Uses of Interface
net.sf.hibernate.proxy.HibernateProxy

Packages that use HibernateProxy
net.sf.hibernate.proxy   
 

Uses of HibernateProxy in net.sf.hibernate.proxy
 

Methods in net.sf.hibernate.proxy that return HibernateProxy
 HibernateProxy ProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Create a new proxy
 HibernateProxy CGLIBProxyFactory.getProxy(Serializable id, SessionImplementor session)
           
static HibernateProxy CGLIBLazyInitializer.getProxy(net.sf.cglib.proxy.Factory factory, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, Serializable id, SessionImplementor session)
           
 

Methods in net.sf.hibernate.proxy with parameters of type HibernateProxy
static LazyInitializer HibernateProxyHelper.getLazyInitializer(HibernateProxy proxy)
          Get the LazyInitializer for a proxy instance