接口的使用
org.hibernate.loader.plan.build.spi.ExpandingCollectionQuerySpace
-
使用ExpandingCollectionQuerySpace的程序包 程序包 说明 org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
org.hibernate.loader.plan.build.internal.returns中ExpandingCollectionQuerySpace的使用
参数类型为ExpandingCollectionQuerySpace的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 AbstractCollectionReference(ExpandingCollectionQuerySpace collectionQuerySpace, PropertyPath propertyPath, boolean shouldIncludeJoins)CollectionAttributeFetchImpl(ExpandingFetchSource fetchSource, AssociationAttributeDefinition fetchedAttribute, FetchStrategy fetchStrategy, ExpandingCollectionQuerySpace collectionQuerySpace) -
org.hibernate.loader.plan.build.internal.spaces中ExpandingCollectionQuerySpace的使用
实现ExpandingCollectionQuerySpace的org.hibernate.loader.plan.build.internal.spaces中的类 修饰符和类型 类 说明 classCollectionQuerySpaceImpl返回ExpandingCollectionQuerySpace的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 ExpandingCollectionQuerySpaceQuerySpaceHelper. makeCollectionQuerySpace(ExpandingQuerySpace lhsQuerySpace, AssociationAttributeDefinition attributeDefinition, String querySpaceUid, FetchStrategy fetchStrategy)ExpandingCollectionQuerySpaceQuerySpacesImpl. makeCollectionQuerySpace(String uid, CollectionPersister collectionPersister, boolean canJoinsBeRequired)ExpandingCollectionQuerySpaceQuerySpacesImpl. makeRootCollectionQuerySpace(String uid, CollectionPersister collectionPersister) -
org.hibernate.loader.plan.build.spi中ExpandingCollectionQuerySpace的使用
返回ExpandingCollectionQuerySpace的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 ExpandingCollectionQuerySpaceExpandingQuerySpaces. makeCollectionQuerySpace(String uid, CollectionPersister collectionPersister, boolean canJoinsBeRequired)Create anExpandingCollectionQuerySpacefor a collection (that is not a "return") with the specified unique ID.ExpandingCollectionQuerySpaceExpandingQuerySpaces. makeRootCollectionQuerySpace(String uid, CollectionPersister collectionPersister)Create anExpandingCollectionQuerySpacefor a collection "return" with the specified unique ID.
-