Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » tuple » component » [javadoc | source]
org.hibernate.tuple.component
public class: PojoComponentTuplizer [javadoc | source]
java.lang.Object
   org.hibernate.tuple.component.AbstractComponentTuplizer
      org.hibernate.tuple.component.PojoComponentTuplizer

All Implemented Interfaces:
    ComponentTuplizer

A ComponentTuplizer specific to the pojo entity mode.
Fields inherited from org.hibernate.tuple.component.AbstractComponentTuplizer:
getters,  setters,  propertySpan,  instantiator,  hasCustomAccessors
Constructor:
 public PojoComponentTuplizer(Component component) 
Method from org.hibernate.tuple.component.PojoComponentTuplizer Summary:
buildGetter,   buildInstantiator,   buildSetter,   getMappedClass,   getParent,   getPropertyValues,   hasParentProperty,   isMethodOf,   setParent,   setPropertyValues
Methods from org.hibernate.tuple.component.AbstractComponentTuplizer:
buildGetter,   buildInstantiator,   buildSetter,   getParent,   getPropertyValue,   getPropertyValues,   hasParentProperty,   instantiate,   isInstance,   isMethodOf,   setParent,   setPropertyValues
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tuple.component.PojoComponentTuplizer Detail:
 protected Getter buildGetter(Component component,
    Property prop) 
 protected Instantiator buildInstantiator(Component component) 
 protected Setter buildSetter(Component component,
    Property prop) 
 public Class getMappedClass() 
 public Object getParent(Object component) 
 public Object[] getPropertyValues(Object component) throws HibernateException 
 public boolean hasParentProperty() 
 public boolean isMethodOf(Method method) 
 public  void setParent(Object component,
    Object parent,
    SessionFactoryImplementor factory) 
 public  void setPropertyValues(Object component,
    Object[] values) throws HibernateException