站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

EntityEntityModeToTuplizerMapping (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.tuple.entity
Class EntityEntityModeToTuplizerMapping

java.lang.Object
  extended byorg.hibernate.tuple.EntityModeToTuplizerMapping
      extended byorg.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

Constructor Summary
EntityEntityModeToTuplizerMapping(PersistentClass mappedEntity, EntityMetamodel em)
          Instantiates a EntityEntityModeToTuplizerMapping based on the given entity mapping and metamodel definitions.
 
Methods inherited from class org.hibernate.tuple.EntityModeToTuplizerMapping
addTuplizer, getTuplizer, getTuplizerOrNull, guessEntityMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.