org.hibernate.bytecode.cglib

Class ProxyFactoryFactoryImpl

Implemented Interfaces:
ProxyFactoryFactory

public class ProxyFactoryFactoryImpl
extends java.lang.Object
implements ProxyFactoryFactory

A factory for CGLIB-based ProxyFactory instances.
Author:
Steve Ebersole

Nested Class Summary

static class
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl

Method Summary

BasicProxyFactory
buildBasicProxyFactory(Class superClass, Class[] interfaces)
ProxyFactory
buildProxyFactory()
Builds a CGLIB-based proxy factory.

Method Details

buildBasicProxyFactory

public BasicProxyFactory buildBasicProxyFactory(Class superClass,
                                                Class[] interfaces)
Specified by:
buildBasicProxyFactory in interface ProxyFactoryFactory

buildProxyFactory

public ProxyFactory buildProxyFactory()
Builds a CGLIB-based proxy factory.
Specified by:
buildProxyFactory in interface ProxyFactoryFactory
Returns:
a new CGLIB-based proxy factory.