| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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 | Dom4jProxyProxy 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 | MapProxyProxy 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.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,
         CompositeType componentIdType,
         Serializable id,
         SessionImplementor session,
         boolean classOverridesEquals) | 
|  HibernateProxy | JavassistProxyFactory.getProxy(Serializable id,
         SessionImplementor session) | 
| static HibernateProxy | JavassistLazyInitializer.getProxy(String entityName,
         Class persistentClass,
         Class[] interfaces,
         Method getIdentifierMethod,
         Method setIdentifierMethod,
         CompositeType componentIdType,
         Serializable id,
         SessionImplementor session) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||