接口的使用
org.hibernate.loader.plan.spi.CollectionAttributeFetch
-
使用CollectionAttributeFetch的程序包 程序包 说明 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.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor. -
-
org.hibernate.loader.plan.build.internal.returns中CollectionAttributeFetch的使用
实现CollectionAttributeFetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classCollectionAttributeFetchImpl返回CollectionAttributeFetch的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 CollectionAttributeFetchAbstractCompositeReference. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)CollectionAttributeFetchAbstractExpandingFetchSource. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy) -
org.hibernate.loader.plan.build.spi中CollectionAttributeFetch的使用
返回CollectionAttributeFetch的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 CollectionAttributeFetchExpandingFetchSource. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for a collection attribute. -
org.hibernate.loader.plan.exec.internal中CollectionAttributeFetch的使用
返回变量类型为CollectionAttributeFetch的类型的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 Set<CollectionAttributeFetch>FetchStats. getJoinedBagAttributeFetches()Returns a set of bag attributes that are join-fetched.
-