|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateProxy | |
org.hibernate.proxy | This package defines a framework for lazy-initializing entity proxies. |
Uses of HibernateProxy in org.hibernate.proxy |
Classes in org.hibernate.proxy that implement HibernateProxy | |
class |
Dom4jProxy
Proxy for "dom4j" entity representations. |
class |
MapProxy
Proxy for "dynamic-map" entity representations. |
Methods in org.hibernate.proxy that return HibernateProxy | |
HibernateProxy |
ProxyFactory.getProxy(Serializable id,
SessionImplementor session)
Create a new proxy |
HibernateProxy |
MapProxyFactory.getProxy(Serializable id,
SessionImplementor session)
|
HibernateProxy |
Dom4jProxyFactory.getProxy(Serializable id,
SessionImplementor session)
Create a new proxy |
HibernateProxy |
CGLIBProxyFactory.getProxy(Serializable id,
SessionImplementor session)
|
static HibernateProxy |
CGLIBLazyInitializer.getProxy(net.sf.cglib.proxy.Factory factory,
String entityName,
Class persistentClass,
Class[] interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
Serializable id,
SessionImplementor session)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |