Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.dynamicentity.tuplizer
Class MyEntityTuplizer  view MyEntityTuplizer download MyEntityTuplizer.java

java.lang.Object
  extended byorg.hibernate.tuple.AbstractEntityTuplizer
      extended byorg.hibernate.tuple.PojoEntityTuplizer
          extended byorg.hibernate.test.dynamicentity.tuplizer.MyEntityTuplizer
All Implemented Interfaces:
org.hibernate.tuple.EntityTuplizer, org.hibernate.tuple.Tuplizer

public class MyEntityTuplizer
extends org.hibernate.tuple.PojoEntityTuplizer


Field Summary
 
Fields inherited from class org.hibernate.tuple.PojoEntityTuplizer
 
Fields inherited from class org.hibernate.tuple.AbstractEntityTuplizer
getters, hasCustomAccessors, propertySpan, setters
 
Constructor Summary
MyEntityTuplizer(org.hibernate.tuple.EntityMetamodel entityMetamodel, org.hibernate.mapping.PersistentClass mappedEntity)
           
 
Method Summary
protected  org.hibernate.tuple.Instantiator buildInstantiator(org.hibernate.mapping.PersistentClass persistentClass)
          Build an appropriate Instantiator for the given mapped entity.
protected  org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.mapping.PersistentClass persistentClass, org.hibernate.property.Getter idGetter, org.hibernate.property.Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
 
Methods inherited from class org.hibernate.tuple.PojoEntityTuplizer
afterInitialize, buildPropertyGetter, buildPropertySetter, getConcreteProxyClass, getEntityMode, getMappedClass, getPropertyValues, getPropertyValuesToInsert, getPropertyValuesWithOptimizer, hasUninitializedLazyProperties, isInstrumented, isLifecycleImplementor, isValidatableImplementor, setPropertyValues, setPropertyValuesWithOptimizer
 
Methods inherited from class org.hibernate.tuple.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

MyEntityTuplizer

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

buildInstantiator

protected org.hibernate.tuple.Instantiator buildInstantiator(org.hibernate.mapping.PersistentClass persistentClass)
Description copied from class: org.hibernate.tuple.AbstractEntityTuplizer
Build an appropriate Instantiator for the given mapped entity.


buildProxyFactory

protected org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.mapping.PersistentClass persistentClass,
                                                             org.hibernate.property.Getter idGetter,
                                                             org.hibernate.property.Setter idSetter)
Description copied from class: org.hibernate.tuple.AbstractEntityTuplizer
Build an appropriate ProxyFactory for the given mapped entity.