Uses of Package
org.hibernate.proxy

Packages that use org.hibernate.proxy
org.hibernate.bytecode   
org.hibernate.bytecode.cglib   
org.hibernate.cfg   
org.hibernate.engine   
org.hibernate.impl   
org.hibernate.proxy   
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
org.hibernate.tuple   
 

Classes in org.hibernate.proxy used by org.hibernate.bytecode
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.bytecode.cglib
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.cfg
EntityNotFoundDelegate
          Delegate to handle the scenario of an entity not found by a specified id.
 

Classes in org.hibernate.proxy used by org.hibernate.engine
EntityNotFoundDelegate
          Delegate to handle the scenario of an entity not found by a specified id.
 

Classes in org.hibernate.proxy used by org.hibernate.impl
EntityNotFoundDelegate
          Delegate to handle the scenario of an entity not found by a specified id.
 

Classes in org.hibernate.proxy used by org.hibernate.proxy
HibernateProxy
          Marker interface for entity proxies
LazyInitializer
          Handles fetching of the underlying entity for a proxy
 

Classes in org.hibernate.proxy used by org.hibernate.proxy.dom4j
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
HibernateProxy
          Marker interface for entity proxies
LazyInitializer
          Handles fetching of the underlying entity for a proxy
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.proxy.map
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
HibernateProxy
          Marker interface for entity proxies
LazyInitializer
          Handles fetching of the underlying entity for a proxy
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
LazyInitializer
          Handles fetching of the underlying entity for a proxy
 

Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo.cglib
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
HibernateProxy
          Marker interface for entity proxies
LazyInitializer
          Handles fetching of the underlying entity for a proxy
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.proxy.pojo.javassist
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
HibernateProxy
          Marker interface for entity proxies
LazyInitializer
          Handles fetching of the underlying entity for a proxy
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 

Classes in org.hibernate.proxy used by org.hibernate.tuple
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.