接口的使用
org.hibernate.loader.plan.spi.CollectionFetchableElement
-
使用CollectionFetchableElement的程序包 程序包 说明 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中CollectionFetchableElement的使用
实现CollectionFetchableElement的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classCollectionFetchableElementAnyGraphclassCollectionFetchableElementCompositeGraphModels the element graph of a collection, where the elements are compositeclassCollectionFetchableElementEntityGraph返回CollectionFetchableElement的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 CollectionFetchableElementAbstractCollectionReference. getElementGraph() -
org.hibernate.loader.plan.spi中CollectionFetchableElement的使用
返回CollectionFetchableElement的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 CollectionFetchableElementCollectionReference. getElementGraph()Retrieve the metadata about the elements of this collection *as a FetchSource*.
-