接口的使用
org.hibernate.loader.plan.build.spi.ExpandingEntityIdentifierDescription
-
使用ExpandingEntityIdentifierDescription的程序包 程序包 说明 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.internal.returns中ExpandingEntityIdentifierDescription的使用
实现ExpandingEntityIdentifierDescription的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).
-