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

All Implemented Interfaces:
    EntityTuplizer

An EntityTuplizer specific to the pojo entity mode.
Field Summary
static final  Logger log     
Fields inherited from org.hibernate.tuple.entity.AbstractEntityTuplizer:
getters,  setters,  propertySpan,  hasCustomAccessors
Constructor:
 public PojoEntityTuplizer(EntityMetamodel entityMetamodel,
    PersistentClass mappedEntity) 
Method from org.hibernate.tuple.entity.PojoEntityTuplizer Summary:
afterInitialize,   buildInstantiator,   buildPropertyGetter,   buildPropertySetter,   buildProxyFactory,   buildProxyFactoryInternal,   getConcreteProxyClass,   getEntityMode,   getMappedClass,   getPropertyValues,   getPropertyValuesToInsert,   getPropertyValuesWithOptimizer,   hasUninitializedLazyProperties,   isInstrumented,   isLifecycleImplementor,   isValidatableImplementor,   setPropertyValues,   setPropertyValuesWithOptimizer
Methods from org.hibernate.tuple.entity.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:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tuple.entity.PojoEntityTuplizer Detail:
 public  void afterInitialize(Object entity,
    boolean lazyPropertiesAreUnfetched,
    SessionImplementor session) 
 protected Instantiator buildInstantiator(PersistentClass persistentClass) 
 protected Getter buildPropertyGetter(Property mappedProperty,
    PersistentClass mappedEntity) 
 protected Setter buildPropertySetter(Property mappedProperty,
    PersistentClass mappedEntity) 
 protected ProxyFactory buildProxyFactory(PersistentClass persistentClass,
    Getter idGetter,
    Setter idSetter) 
 protected ProxyFactory buildProxyFactoryInternal(PersistentClass persistentClass,
    Getter idGetter,
    Setter idSetter) 
 public Class getConcreteProxyClass() 
 public EntityMode getEntityMode() 
 public Class getMappedClass() 
 public Object[] getPropertyValues(Object entity) throws HibernateException 
 public Object[] getPropertyValuesToInsert(Object entity,
    Map mergeMap,
    SessionImplementor session) throws HibernateException 
 protected Object[] getPropertyValuesWithOptimizer(Object object) 
 public boolean hasUninitializedLazyProperties(Object entity) 
 public boolean isInstrumented() 
 public boolean isLifecycleImplementor() 
 public boolean isValidatableImplementor() 
 public  void setPropertyValues(Object entity,
    Object[] values) throws HibernateException 
 protected  void setPropertyValuesWithOptimizer(Object object,
    Object[] values)