Uses of Interface
org.hibernate.proxy.ProxyFactory

Packages that use ProxyFactory
org.hibernate.bytecode.internal.javassist   
org.hibernate.bytecode.spi   
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo.javassist   
org.hibernate.tuple.entity   
 

Uses of ProxyFactory in org.hibernate.bytecode.internal.javassist
 

Methods in org.hibernate.bytecode.internal.javassist that return ProxyFactory
 ProxyFactory ProxyFactoryFactoryImpl.buildProxyFactory()
          Builds a Javassist-based proxy factory.
 

Uses of ProxyFactory in org.hibernate.bytecode.spi
 

Methods in org.hibernate.bytecode.spi that return ProxyFactory
 ProxyFactory ProxyFactoryFactory.buildProxyFactory()
          Build a proxy factory specifically for handling runtime lazy loading.
 

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.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 abstract  ProxyFactory AbstractEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory DynamicMapEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(EntityBinding entityBinding, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected abstract  ProxyFactory AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactoryInternal(EntityBinding entityBinding, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory AbstractEntityTuplizer.getProxyFactory()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.