Package org.hibernate.persister.entity
package org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities.
-
ClassDescriptionBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.Consolidated these onto a single helper because the 2 pieces work in tandem.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
EntityMappingTypeDeprecated.Just used to singly extend all the deprecated entity persister rolesOperations needed by persisters for working with discriminators.Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorMetadata,DiscriminatorTypeandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterDeprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterDescribes the kind of entity name use.A strategy for persisting a mapped entity class.Deprecated, for removal: This API element is subject to removal in a future version.AnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.This interface is obsoleteDeprecated.UseEntityMappingTypeinsteadThe default implementation of theEntityPersisterinterface.Deprecated, for removal: This API element is subject to removal in a future version.AnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Useful metadata representing a unique key within a Persister
EntityMappingType