Uses of Package
org.hibernate.proxy

Packages that use org.hibernate.proxy
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.bytecode.internal.javassist   
org.hibernate.bytecode.spi   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine.spi   
org.hibernate.envers.tools   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.source.internal   
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.javassist   
org.hibernate.tuple.entity   
 

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

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

Classes in org.hibernate.proxy used by org.hibernate.bytecode.spi
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.spi
EntityNotFoundDelegate
          Delegate to handle the scenario of an entity not found by a specified id.
 

Classes in org.hibernate.proxy used by org.hibernate.envers.tools
HibernateProxy
          Marker interface for entity proxies
 

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

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

Classes in org.hibernate.proxy used by org.hibernate.metamodel.source.internal
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
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
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.javassist
AbstractLazyInitializer
          Convenience base class for lazy initialization handlers.
AbstractSerializableProxy
          Convenience base class for SerializableProxy.
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.entity
ProxyFactory
          Contract for run-time, proxy-based lazy initialization proxies.
 



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