|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyFactory | |
org.hibernate.proxy | This package defines a framework for lazy-initializing entity proxies. |
org.hibernate.tuple | This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. |
Uses of ProxyFactory in org.hibernate.proxy |
Classes in org.hibernate.proxy that implement ProxyFactory | |
class |
CGLIBProxyFactory
|
class |
Dom4jProxyFactory
Builds proxies for "dom4j" entity representations. |
class |
MapProxyFactory
|
Uses of ProxyFactory in org.hibernate.tuple |
Methods in org.hibernate.tuple that return ProxyFactory | |
protected ProxyFactory |
PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter)
|
protected ProxyFactory |
DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
|
protected ProxyFactory |
Dom4jEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
|
protected abstract ProxyFactory |
AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity. |
protected ProxyFactory |
AbstractEntityTuplizer.getProxyFactory()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |