public class

EntityEntityModeToTuplizerMapping

extends EntityModeToTuplizerMapping
implements Serializable
java.lang.Object
   ↳ org.hibernate.tuple.EntityModeToTuplizerMapping
     ↳ org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping

Class Overview

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

Summary

Public Constructors
EntityEntityModeToTuplizerMapping(PersistentClass mappedEntity, EntityMetamodel em)
Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.
[Expand]
Inherited Methods
From class org.hibernate.tuple.EntityModeToTuplizerMapping
From class java.lang.Object

Public Constructors

public EntityEntityModeToTuplizerMapping (PersistentClass mappedEntity, EntityMetamodel em)

Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.

Parameters
mappedEntity The entity mapping definition.
em The entity metamodel definition.