org.hibernate.tuple.entity

Class EntityEntityModeToTuplizerMapping

Implemented Interfaces:
Serializable

public class EntityEntityModeToTuplizerMapping
extends EntityModeToTuplizerMapping
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

Author:
Steve Ebersole

Constructor Summary

EntityEntityModeToTuplizerMapping(PersistentClass mappedEntity, EntityMetamodel em)
Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.

Method Summary

Methods inherited from class org.hibernate.tuple.EntityModeToTuplizerMapping

addTuplizer, getTuplizer, getTuplizerOrNull, guessEntityMode

Constructor Details

EntityEntityModeToTuplizerMapping

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.