Uses of Interface
org.hibernate.proxy.HibernateProxy

Packages that use HibernateProxy
org.hibernate.envers.tools   
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.envers.tools
 

Methods in org.hibernate.envers.tools with parameters of type HibernateProxy
static Object Tools.getTargetFromProxy(SessionFactoryImplementor sessionFactoryImplementor, HibernateProxy proxy)
           
 

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
static HibernateProxy CGLIBLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType, Serializable id, SessionImplementor session)
          Deprecated.  
 HibernateProxy CGLIBProxyFactory.getProxy(Serializable id, SessionImplementor session)
          Deprecated.  
 

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

Methods in org.hibernate.proxy.pojo.javassist that return HibernateProxy
static HibernateProxy JavassistLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, AbstractComponentType componentIdType, Serializable id, SessionImplementor session)
           
 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)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.