org.hibernate.tuple.entity
Class EntityEntityModeToTuplizerMapping
- Serializable
public class EntityEntityModeToTuplizerMapping
implements Serializable
Handles mapping
EntityModes to
EntityTuplizers.
Most of the handling is really in the super class; here we just create
the tuplizers and add them to the superclass
EntityEntityModeToTuplizerMapping
public EntityEntityModeToTuplizerMapping(PersistentClass mappedEntity,
EntityMetamodel em) Instantiates a EntityEntityModeToTuplizerMapping based on the given
entity mapping and metamodel definitions.
mappedEntity - The entity mapping definition.em - The entity metamodel definition.