org.yestech.lib.hibernate.client
Class TuplizerImpl

java.lang.Object
  extended by org.hibernate.tuple.entity.AbstractEntityTuplizer
      extended by org.hibernate.tuple.entity.PojoEntityTuplizer
          extended by org.yestech.lib.hibernate.client.TuplizerImpl
All Implemented Interfaces:
org.hibernate.tuple.entity.EntityTuplizer, org.hibernate.tuple.Tuplizer

public class TuplizerImpl
extends org.hibernate.tuple.entity.PojoEntityTuplizer


Field Summary
 
Fields inherited from class org.hibernate.tuple.entity.AbstractEntityTuplizer
getters, hasCustomAccessors, propertySpan, setters
 
Constructor Summary
TuplizerImpl(org.hibernate.tuple.entity.EntityMetamodel entityMetamodel, org.hibernate.mapping.PersistentClass mappedEntity)
           
 
Method Summary
protected  org.hibernate.proxy.ProxyFactory createProxyFactory()
           
 
Methods inherited from class org.hibernate.tuple.entity.PojoEntityTuplizer
afterInitialize, buildInstantiator, buildPropertyGetter, buildPropertySetter, buildProxyFactory, buildProxyFactoryInternal, getConcreteProxyClass, getEntityMode, getMappedClass, getPropertyValues, getPropertyValuesToInsert, getPropertyValuesWithOptimizer, hasUninitializedLazyProperties, isInstrumented, isLifecycleImplementor, isValidatableImplementor, setPropertyValues, setPropertyValuesWithOptimizer
 
Methods inherited from class org.hibernate.tuple.entity.AbstractEntityTuplizer
createProxy, getComponentValue, getEntityMetamodel, getEntityName, getFactory, getIdentifier, getInstantiator, getPropertyValue, getPropertyValue, getProxyFactory, getSubclassEntityNames, getVersion, hasProxy, instantiate, instantiate, isInstance, resetIdentifier, setIdentifier, setPropertyValue, setPropertyValue, shouldGetAllProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TuplizerImpl

public TuplizerImpl(org.hibernate.tuple.entity.EntityMetamodel entityMetamodel,
                    org.hibernate.mapping.PersistentClass mappedEntity)
Method Detail

createProxyFactory

protected org.hibernate.proxy.ProxyFactory createProxyFactory()


Copyright © 2009 YES Technology Association. All Rights Reserved.