|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
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.entity |
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.entity | |
---|---|
ProxyFactory
Contract for run-time, proxy-based lazy initialization proxies. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |