Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » bytecode » javassist » [javadoc | source]
org.hibernate.bytecode.javassist
public class: ProxyFactoryFactoryImpl [javadoc | source]
java.lang.Object
   org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl

All Implemented Interfaces:
    ProxyFactoryFactory

A factory for Javassist-based ProxyFactory instances.
Method from org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl Summary:
buildBasicProxyFactory,   buildProxyFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl Detail:
 public BasicProxyFactory buildBasicProxyFactory(Class superClass,
    Class[] interfaces) 
 public ProxyFactory buildProxyFactory() 
    Builds a Javassist-based proxy factory.