Uses of Interface
org.hibernate.bytecode.BasicProxyFactory

Packages that use BasicProxyFactory
org.hibernate.bytecode   
org.hibernate.bytecode.cglib   
org.hibernate.bytecode.javassist   
 

Uses of BasicProxyFactory in org.hibernate.bytecode
 

Methods in org.hibernate.bytecode that return BasicProxyFactory
 BasicProxyFactory ProxyFactoryFactory.buildBasicProxyFactory(Class superClass, Class[] interfaces)
          Build a proxy factory for basic proxy concerns.
 

Uses of BasicProxyFactory in org.hibernate.bytecode.cglib
 

Classes in org.hibernate.bytecode.cglib that implement BasicProxyFactory
static class ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
           
 

Methods in org.hibernate.bytecode.cglib that return BasicProxyFactory
 BasicProxyFactory ProxyFactoryFactoryImpl.buildBasicProxyFactory(Class superClass, Class[] interfaces)
           
 

Uses of BasicProxyFactory in org.hibernate.bytecode.javassist
 

Methods in org.hibernate.bytecode.javassist that return BasicProxyFactory
 BasicProxyFactory ProxyFactoryFactoryImpl.buildBasicProxyFactory(Class superClass, Class[] interfaces)