|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyFactory | |
---|---|
org.hibernate.bytecode | This package defines the API for plugging in bytecode libraries for usage by Hibernate. |
org.hibernate.bytecode.cglib | |
org.hibernate.bytecode.javassist | |
org.hibernate.proxy.dom4j | |
org.hibernate.proxy.map | |
org.hibernate.proxy.pojo.cglib | |
org.hibernate.proxy.pojo.javassist | |
org.hibernate.tuple.entity |
Uses of ProxyFactory in org.hibernate.bytecode |
---|
Methods in org.hibernate.bytecode that return ProxyFactory | |
---|---|
ProxyFactory |
ProxyFactoryFactory.buildProxyFactory()
Build a proxy factory specifically for handling runtime lazy loading. |
Uses of ProxyFactory in org.hibernate.bytecode.cglib |
---|
Methods in org.hibernate.bytecode.cglib that return ProxyFactory | |
---|---|
ProxyFactory |
ProxyFactoryFactoryImpl.buildProxyFactory()
Builds a CGLIB-based proxy factory. |
Uses of ProxyFactory in org.hibernate.bytecode.javassist |
---|
Methods in org.hibernate.bytecode.javassist that return ProxyFactory | |
---|---|
ProxyFactory |
ProxyFactoryFactoryImpl.buildProxyFactory()
Builds a Javassist-based proxy factory. |
Uses of ProxyFactory in org.hibernate.proxy.dom4j |
---|
Classes in org.hibernate.proxy.dom4j that implement ProxyFactory | |
---|---|
class |
Dom4jProxyFactory
Builds proxies for "dom4j" entity representations. |
Uses of ProxyFactory in org.hibernate.proxy.map |
---|
Classes in org.hibernate.proxy.map that implement ProxyFactory | |
---|---|
class |
MapProxyFactory
|
Uses of ProxyFactory in org.hibernate.proxy.pojo.cglib |
---|
Classes in org.hibernate.proxy.pojo.cglib that implement ProxyFactory | |
---|---|
class |
CGLIBProxyFactory
|
Uses of ProxyFactory in org.hibernate.proxy.pojo.javassist |
---|
Classes in org.hibernate.proxy.pojo.javassist that implement ProxyFactory | |
---|---|
class |
JavassistProxyFactory
A ProxyFactory implementation for producing Javassist-based proxies. |
Uses of ProxyFactory in org.hibernate.tuple.entity |
---|
Methods in org.hibernate.tuple.entity 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 |
PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass,
Getter idGetter,
Setter idSetter)
|
protected ProxyFactory |
AbstractEntityTuplizer.getProxyFactory()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |