类的使用
org.hibernate.persister.entity.AbstractEntityPersister
-
使用AbstractEntityPersister的程序包 程序包 说明 org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.persister.walking.internal -
-
org.hibernate.persister.entity中AbstractEntityPersister的使用
org.hibernate.persister.entity中AbstractEntityPersister的子类 修饰符和类型 类 说明 classJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.参数类型为AbstractEntityPersister的org.hibernate.persister.entity中的构造器 构造器 说明 BasicEntityPropertyMapping(AbstractEntityPersister persister) -
org.hibernate.persister.walking.internal中AbstractEntityPersister的使用
参数类型为AbstractEntityPersister的org.hibernate.persister.walking.internal中的方法 修饰符和类型 方法 说明 static EntityIdentifierDefinitionEntityIdentifierDefinitionHelper. buildEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister entityPersister)static EntityIdentifierDefinitionEntityIdentifierDefinitionHelper. buildNonEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister entityPersister)static EntityIdentifierDefinitionEntityIdentifierDefinitionHelper. buildSimpleEncapsulatedIdentifierDefinition(AbstractEntityPersister entityPersister)static Iterable<AttributeDefinition>CompositionSingularSubAttributesHelper. getIdentifierSubAttributes(AbstractEntityPersister entityPersister)Get composite ID sub-attribute definitions.
-