org.hibernate.tuple.component
Class Dom4jComponentTuplizer

java.lang.Object
  extended by org.hibernate.tuple.component.AbstractComponentTuplizer
      extended by org.hibernate.tuple.component.Dom4jComponentTuplizer
All Implemented Interfaces:
Serializable, ComponentTuplizer, Tuplizer

public class Dom4jComponentTuplizer
extends AbstractComponentTuplizer

A ComponentTuplizer specific to the dom4j entity mode.

Author:
Gavin King, Steve Ebersole
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.tuple.component.AbstractComponentTuplizer
getters, hasCustomAccessors, instantiator, propertySpan, setters
 
Constructor Summary
Dom4jComponentTuplizer(Component component)
           
 
Method Summary
protected  Getter buildGetter(Component component, Property prop)
           
protected  Instantiator buildInstantiator(Component component)
           
protected  Setter buildSetter(Component component, Property prop)
           
 Class getMappedClass()
          Return the pojo class managed by this tuplizer.
 
Methods inherited from class org.hibernate.tuple.component.AbstractComponentTuplizer
getGetter, getParent, getPropertyValue, getPropertyValues, hasParentProperty, instantiate, isInstance, isMethodOf, setParent, setPropertyValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dom4jComponentTuplizer

public Dom4jComponentTuplizer(Component component)
Method Detail

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:
buildInstantiator in class AbstractComponentTuplizer

buildGetter

protected Getter buildGetter(Component component,
                             Property prop)
Specified by:
buildGetter in class AbstractComponentTuplizer

buildSetter

protected Setter buildSetter(Component component,
                             Property prop)
Specified by:
buildSetter in class AbstractComponentTuplizer


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.