org.yestech.lib.hibernate.client
Class ProxyFactoryImpl

java.lang.Object
  extended by org.yestech.lib.hibernate.client.ProxyFactoryImpl
All Implemented Interfaces:
org.hibernate.proxy.ProxyFactory

public class ProxyFactoryImpl
extends java.lang.Object
implements org.hibernate.proxy.ProxyFactory


Field Summary
protected static java.lang.Class[] NO_CLASSES
           
 
Constructor Summary
ProxyFactoryImpl()
           
 
Method Summary
 org.hibernate.proxy.HibernateProxy getProxy(java.io.Serializable id, org.hibernate.engine.SessionImplementor session)
           
 void postInstantiate(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, org.hibernate.type.AbstractComponentType componentIdType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CLASSES

protected static final java.lang.Class[] NO_CLASSES
Constructor Detail

ProxyFactoryImpl

public ProxyFactoryImpl()
Method Detail

postInstantiate

public void postInstantiate(java.lang.String entityName,
                            java.lang.Class persistentClass,
                            java.util.Set interfaces,
                            java.lang.reflect.Method getIdentifierMethod,
                            java.lang.reflect.Method setIdentifierMethod,
                            org.hibernate.type.AbstractComponentType componentIdType)
                     throws org.hibernate.HibernateException
Specified by:
postInstantiate in interface org.hibernate.proxy.ProxyFactory
Throws:
org.hibernate.HibernateException

getProxy

public org.hibernate.proxy.HibernateProxy getProxy(java.io.Serializable id,
                                                   org.hibernate.engine.SessionImplementor session)
                                            throws org.hibernate.HibernateException
Specified by:
getProxy in interface org.hibernate.proxy.ProxyFactory
Throws:
org.hibernate.HibernateException


Copyright © 2009 YES Technology Association. All Rights Reserved.