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

Uses of Interface org.hibernate.proxy.HibernateProxy (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.proxy.HibernateProxy

Packages that use HibernateProxy
org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies. 
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
 

Uses of HibernateProxy in org.hibernate.proxy
 

Methods in org.hibernate.proxy that return HibernateProxy
 HibernateProxy ProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Create a new proxy instance
 

Uses of HibernateProxy in org.hibernate.proxy.dom4j
 

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

Methods in org.hibernate.proxy.dom4j that return HibernateProxy
 HibernateProxy Dom4jProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Create a new proxy
 

Uses of HibernateProxy in org.hibernate.proxy.map
 

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

Methods in org.hibernate.proxy.map that return HibernateProxy
 HibernateProxy MapProxyFactory.getProxy(Serializable id, SessionImplementor session)
           
 

Uses of HibernateProxy in org.hibernate.proxy.pojo.cglib
 

Methods in org.hibernate.proxy.pojo.cglib that return HibernateProxy
 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)
           
 

Uses of HibernateProxy in org.hibernate.proxy.pojo.javassist
 

Methods in org.hibernate.proxy.pojo.javassist that return HibernateProxy
 HibernateProxy JavassistProxyFactory.getProxy(Serializable id, SessionImplementor session)
           
static HibernateProxy JavassistLazyInitializer.getProxy(String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType, Serializable id, SessionImplementor session)
           
static HibernateProxy JavassistLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType, Serializable id, SessionImplementor session)