Uses of Interface
org.hibernate.proxy.ProxyFactory

Packages that use ProxyFactory
org.hibernate.proxy   
org.hibernate.tuple   
 

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 DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass, 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()
           
protected  ProxyFactory Dom4jEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)