Uses of Interface
org.hibernate.proxy.HibernateProxy

Packages that use HibernateProxy
org.hibernate.proxy   
 

Uses of HibernateProxy in org.hibernate.proxy
 

Classes in org.hibernate.proxy that implement HibernateProxy
 class Dom4jProxy
          Proxy for "dom4j" entity representations.
 class MapProxy
          Proxy for "dynamic-map" entity representations.
 

Methods in org.hibernate.proxy that return HibernateProxy
 HibernateProxy Dom4jProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Create a new proxy
 HibernateProxy MapProxyFactory.getProxy(Serializable id, SessionImplementor session)
           
 HibernateProxy CGLIBProxyFactory.getProxy(Serializable id, SessionImplementor session)
           
static HibernateProxy CGLIBLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType, Serializable id, SessionImplementor session)
           
 HibernateProxy ProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Create a new proxy