接口的使用
org.hibernate.loader.plan.spi.CollectionReference
-
使用CollectionReference的程序包 程序包 说明 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.exec.process.internal org.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
org.hibernate.loader.plan.build.internal.returns中CollectionReference的使用
实现CollectionReference的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAbstractCollectionReferenceclassCollectionAttributeFetchImplclassCollectionReturnImpl返回CollectionReference的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 CollectionReferenceCollectionFetchableElementAnyGraph. getCollectionReference()CollectionReferenceCollectionFetchableElementCompositeGraph. getCollectionReference()CollectionReferenceCollectionFetchableElementEntityGraph. getCollectionReference()CollectionReferenceCollectionFetchableIndexAnyGraph. getCollectionReference()CollectionReferenceCollectionFetchableIndexCompositeGraph. getCollectionReference()CollectionReferenceCollectionFetchableIndexEntityGraph. getCollectionReference()参数类型为CollectionReference的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 CollectionFetchableElementAnyGraph(CollectionReference collectionReference)CollectionFetchableElementCompositeGraph(CollectionReference collectionReference, ExpandingCompositeQuerySpace compositeQuerySpace)CollectionFetchableElementEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)CollectionFetchableIndexAnyGraph(CollectionReference collectionReference)CollectionFetchableIndexCompositeGraph(CollectionReference collectionReference, ExpandingCompositeQuerySpace compositeQuerySpace)CollectionFetchableIndexEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace) -
org.hibernate.loader.plan.exec.process.internal中CollectionReference的使用
返回CollectionReference的org.hibernate.loader.plan.exec.process.internal中的方法 修饰符和类型 方法 说明 CollectionReferenceCollectionReferenceInitializerImpl. getCollectionReference()参数类型为CollectionReference的org.hibernate.loader.plan.exec.process.internal中的构造器 构造器 说明 CollectionReferenceInitializerImpl(CollectionReference collectionReference, CollectionReferenceAliases aliases) -
org.hibernate.loader.plan.exec.process.spi中CollectionReference的使用
返回CollectionReference的org.hibernate.loader.plan.exec.process.spi中的方法 修饰符和类型 方法 说明 CollectionReferenceCollectionReferenceInitializer. getCollectionReference() -
org.hibernate.loader.plan.spi中CollectionReference的使用
org.hibernate.loader.plan.spi中CollectionReference的子接口 修饰符和类型 接口 说明 interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCollectionReturnModels the a persistent collection as rootReturn.返回CollectionReference的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 CollectionReferenceCollectionFetchableElement. getCollectionReference()Reference back to the collection to which this element belongsCollectionReferenceCollectionFetchableIndex. getCollectionReference()Reference back to the collection to which this index belongs
-