接口的使用
org.hibernate.loader.plan.spi.EntityIdentifierDescription
-
使用EntityIdentifierDescription的程序包 程序包 说明 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.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
org.hibernate.loader.plan.build.internal.returns中EntityIdentifierDescription的使用
实现EntityIdentifierDescription的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAbstractCompositeEntityIdentifierDescriptionclassEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is encapsulated (meaning there is a composite class and a single attribute that encapsulates the composite value).classNonEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is non-encapsulated (meaning there is no composite class, no single attribute that encapsulates the composite value).classSimpleEntityIdentifierDescriptionImpl返回EntityIdentifierDescription的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 EntityIdentifierDescriptionAbstractEntityReference. getIdentifierDescription()EntityIdentifierDescriptionBidirectionalEntityReferenceImpl. getIdentifierDescription() -
org.hibernate.loader.plan.build.spi中EntityIdentifierDescription的使用
org.hibernate.loader.plan.build.spi中EntityIdentifierDescription的子接口 修饰符和类型 接口 说明 interfaceExpandingEntityIdentifierDescriptionDescribes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription. -
org.hibernate.loader.plan.spi中EntityIdentifierDescription的使用
返回EntityIdentifierDescription的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 EntityIdentifierDescriptionEntityReference. getIdentifierDescription()Get the description of this entity's identifier descriptor.
-