Uses of Interface
org.hibernate.bytecode.spi.ProxyFactoryFactory

Packages that use ProxyFactoryFactory
org.hibernate.bytecode.internal.javassist   
org.hibernate.bytecode.spi   
 

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

Classes in org.hibernate.bytecode.internal.javassist that implement ProxyFactoryFactory
 class ProxyFactoryFactoryImpl
          A factory for Javassist-based ProxyFactory instances.
 

Methods in org.hibernate.bytecode.internal.javassist that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProviderImpl.getProxyFactoryFactory()
           
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode.spi
 

Methods in org.hibernate.bytecode.spi that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProvider.getProxyFactoryFactory()
          Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
 



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