Uses of Package
org.hibernate.proxy

Packages that use org.hibernate.proxy
org.hibernate.bytecode This package defines the API for plugging in bytecode libraries for usage by Hibernate. 
org.hibernate.bytecode.cglib   
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   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
 

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.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.