|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl
@Deprecated public class ProxyFactoryFactoryImpl
A factory for CGLIB-based ProxyFactory
instances.
Nested Class Summary | |
---|---|
static class |
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
Deprecated. |
Constructor Summary | |
---|---|
ProxyFactoryFactoryImpl()
Deprecated. |
Method Summary | |
---|---|
BasicProxyFactory |
buildBasicProxyFactory(Class superClass,
Class[] interfaces)
Deprecated. Build a proxy factory for basic proxy concerns. |
ProxyFactory |
buildProxyFactory()
Deprecated. Builds a CGLIB-based proxy factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyFactoryFactoryImpl()
Method Detail |
---|
public ProxyFactory buildProxyFactory()
buildProxyFactory
in interface ProxyFactoryFactory
public BasicProxyFactory buildBasicProxyFactory(Class superClass, Class[] interfaces)
ProxyFactoryFactory
buildBasicProxyFactory
in interface ProxyFactoryFactory
superClass
- The abstract super class (or null if none).interfaces
- Interfaces to be proxied (or null if none).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |