接口的使用
org.hibernate.loader.plan.spi.CollectionFetchableIndex
-
使用CollectionFetchableIndex的程序包 程序包 说明 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.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
org.hibernate.loader.plan.build.internal.returns中CollectionFetchableIndex的使用
实现CollectionFetchableIndex的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classCollectionFetchableIndexAnyGraphclassCollectionFetchableIndexCompositeGraphModels the index graph of a collection, where the index are composite.classCollectionFetchableIndexEntityGraph返回CollectionFetchableIndex的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 CollectionFetchableIndexAbstractCollectionReference. getIndexGraph() -
org.hibernate.loader.plan.spi中CollectionFetchableIndex的使用
返回CollectionFetchableIndex的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 CollectionFetchableIndexCollectionReference. getIndexGraph()Retrieve the metadata about the index of this collection *as a FetchSource*.
-