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.Consumer for processing table details.Operations needed by persisters for working with discriminators.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.The functionality of DiscriminatorType,
DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterDescribes the kind of entity name use.A strategy for persisting a mapped entity class.SqlStringGenerationContext implementation with support for overriding the default catalog and schemaDeprecated, 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.The default implementation of theEntityPersisterinterface.AnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Useful metadata representing a unique key within a Persister
DiscriminatorTypeandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter