org.hibernate.tuple.component
Class DynamicMapComponentTuplizer
java.lang.Object
   org.hibernate.tuple.component.AbstractComponentTuplizer
org.hibernate.tuple.component.AbstractComponentTuplizer
       org.hibernate.tuple.component.DynamicMapComponentTuplizer
org.hibernate.tuple.component.DynamicMapComponentTuplizer
- All Implemented Interfaces: 
- Serializable, ComponentTuplizer, Tuplizer
- public class DynamicMapComponentTuplizer 
- extends AbstractComponentTuplizer
A ComponentTuplizer specific to the dynamic-map entity mode.
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DynamicMapComponentTuplizer
public DynamicMapComponentTuplizer(Component component)
getMappedClass
public Class getMappedClass()
- Description copied from interface: Tuplizer
- Return the pojo class managed by this tuplizer.
 
 Need to determine how to best handle this for the Tuplizers for EntityModes
 other than POJO.
 
 todo : be really nice to not have this here since it is essentially pojo specific...
 
- 
- Returns:
- The persistent class.
 
buildInstantiator
protected Instantiator buildInstantiator(Component component)
- 
- Specified by:
- buildInstantiatorin class- AbstractComponentTuplizer
 
- 
 
buildGetter
protected Getter buildGetter(Component component,
                             Property prop)
- 
- Specified by:
- buildGetterin class- AbstractComponentTuplizer
 
- 
 
buildSetter
protected Setter buildSetter(Component component,
                             Property prop)
- 
- Specified by:
- buildSetterin class- AbstractComponentTuplizer
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.