Uses of Interface
org.hibernate.bytecode.BasicProxyFactory

Packages that use BasicProxyFactory
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 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
          Deprecated.  
 

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

Uses of BasicProxyFactory in org.hibernate.bytecode.javassist
 

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



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