Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » tuple » [javadoc | source]
org.hibernate.tuple
public class: Dom4jEntityTuplizer [javadoc | source]
java.lang.Object
   org.hibernate.tuple.AbstractEntityTuplizer
      org.hibernate.tuple.Dom4jEntityTuplizer

All Implemented Interfaces:
    EntityTuplizer

Implementation of Dom4jEntityTuplizer.
Field Summary
static final  Log log     
Fields inherited from org.hibernate.tuple.AbstractEntityTuplizer:
getters,  setters,  propertySpan,  hasCustomAccessors
Constructor:
 Dom4jEntityTuplizer(EntityMetamodel entityMetamodel,
    PersistentClass mappedEntity) 
Method from org.hibernate.tuple.Dom4jEntityTuplizer Summary:
buildInstantiator,   buildPropertyGetter,   buildPropertySetter,   buildProxyFactory,   getConcreteProxyClass,   getEntityMode,   getIdentifier,   getMappedClass,   isInstrumented
Methods from org.hibernate.tuple.AbstractEntityTuplizer:
afterInitialize,   buildInstantiator,   buildPropertyGetter,   buildPropertySetter,   buildProxyFactory,   createProxy,   getComponentValue,   getEntityMetamodel,   getEntityMode,   getEntityName,   getFactory,   getIdentifier,   getInstantiator,   getPropertyValue,   getPropertyValue,   getPropertyValues,   getPropertyValuesToInsert,   getProxyFactory,   getSubclassEntityNames,   getVersion,   hasProxy,   hasUninitializedLazyProperties,   instantiate,   instantiate,   isInstance,   isLifecycleImplementor,   isValidatableImplementor,   resetIdentifier,   setIdentifier,   setPropertyValue,   setPropertyValue,   setPropertyValues,   shouldGetAllProperties,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tuple.Dom4jEntityTuplizer Detail:
 protected Instantiator buildInstantiator(PersistentClass persistentClass) 
 protected Getter buildPropertyGetter(Property mappedProperty,
    PersistentClass mappedEntity) 
 protected Setter buildPropertySetter(Property mappedProperty,
    PersistentClass mappedEntity) 
 protected ProxyFactory buildProxyFactory(PersistentClass mappingInfo,
    Getter idGetter,
    Setter idSetter) 
 public Class getConcreteProxyClass() 
 public EntityMode getEntityMode() 
 public Serializable getIdentifier(Object entityOrId) throws HibernateException 
 public Class getMappedClass() 
 public boolean isInstrumented()