Uses of Class
org.hibernate.tuple.entity.EntityMetamodel
Packages that use EntityMetamodel
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of EntityMetamodel in org.hibernate.persister.entity
Subclasses of EntityMetamodel in org.hibernate.persister.entityModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity that return EntityMetamodelModifier and TypeMethodDescriptionAbstractEntityPersister.getEntityMetamodel()
EntityPersister.getEntityMetamodel()
Deprecated, for removal: This API element is subject to removal in a future version.