站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Interface net.sf.hibernate.proxy.HibernateProxy (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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