Uses of Interface
org.hibernate.bytecode.ProxyFactoryFactory

Packages that use ProxyFactoryFactory
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   
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode
 

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

Uses of ProxyFactoryFactory in org.hibernate.bytecode.cglib
 

Classes in org.hibernate.bytecode.cglib that implement ProxyFactoryFactory
 class ProxyFactoryFactoryImpl
          Deprecated. Per HHH-5451 support for cglib as a bytecode provider has been deprecated.
 

Methods in org.hibernate.bytecode.cglib that return ProxyFactoryFactory
 ProxyFactoryFactory BytecodeProviderImpl.getProxyFactoryFactory()
          Deprecated.  
 

Uses of ProxyFactoryFactory in org.hibernate.bytecode.javassist
 

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



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