Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » proxy » pojo » cglib » [javadoc | source]
org.hibernate.proxy.pojo.cglib
public class: CGLIBProxyFactory [javadoc | source]
java.lang.Object
   org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory

All Implemented Interfaces:
    ProxyFactory

Field Summary
protected static final  Class[] NO_CLASSES     
Method from org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory Summary:
getProxy,   postInstantiate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory Detail:
 public HibernateProxy getProxy(Serializable id,
    SessionImplementor session) throws HibernateException 
 public  void postInstantiate(String entityName,
    Class persistentClass,
    Set interfaces,
    Method getIdentifierMethod,
    Method setIdentifierMethod,
    AbstractComponentType componentIdType) throws HibernateException