接口的使用
org.hibernate.loader.plan.build.spi.ExpandingFetchSource
-
使用ExpandingFetchSource的程序包 程序包 说明 org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.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 LoadPlan -
-
org.hibernate.loader.plan.build.internal中ExpandingFetchSource的使用
返回ExpandingFetchSource的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 protected ExpandingFetchSourceAbstractLoadPlanBuildingAssociationVisitationStrategy. currentSource() -
org.hibernate.loader.plan.build.internal.returns中ExpandingFetchSource的使用
实现ExpandingFetchSource的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAbstractCompositeEntityIdentifierDescriptionclassAbstractCompositeFetchclassAbstractCompositeReferenceclassAbstractEntityReferenceclassAbstractExpandingFetchSourceclassCollectionFetchableElementCompositeGraphModels the element graph of a collection, where the elements are compositeclassCollectionFetchableElementEntityGraphclassCollectionFetchableIndexCompositeGraphModels the index graph of a collection, where the index are composite.classCollectionFetchableIndexEntityGraphclassCompositeAttributeFetchImplclassEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is encapsulated (meaning there is a composite class and a single attribute that encapsulates the composite value).classEntityAttributeFetchImplclassEntityReturnImplclassNestedCompositeAttributeFetchImplclassNonEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is non-encapsulated (meaning there is no composite class, no single attribute that encapsulates the composite value).参数类型为ExpandingFetchSource的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 BidirectionalEntityReferenceImpl(ExpandingFetchSource fetchSource, AssociationAttributeDefinition fetchedAttribute, EntityReference targetEntityReference)CollectionAttributeFetchImpl(ExpandingFetchSource fetchSource, AssociationAttributeDefinition fetchedAttribute, FetchStrategy fetchStrategy, ExpandingCollectionQuerySpace collectionQuerySpace)EntityAttributeFetchImpl(ExpandingFetchSource fetchSource, AssociationAttributeDefinition fetchedAttribute, FetchStrategy fetchStrategy, ExpandingEntityQuerySpace entityQuerySpace) -
org.hibernate.loader.plan.build.spi中ExpandingFetchSource的使用
org.hibernate.loader.plan.build.spi中ExpandingFetchSource的子接口 修饰符和类型 接口 说明 interfaceExpandingEntityIdentifierDescriptionDescribes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription.
-