org.hibernate.tuple.entity
Class EntityEntityModeToTuplizerMapping
java.lang.Object
   org.hibernate.tuple.EntityModeToTuplizerMapping
org.hibernate.tuple.EntityModeToTuplizerMapping
       org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping
org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping
- All 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
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.