|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.bytecode.javassist.ProxyFactoryFactoryImpl
public class ProxyFactoryFactoryImpl
A factory for Javassist-based ProxyFactory
instances.
Constructor Summary | |
---|---|
ProxyFactoryFactoryImpl()
|
Method Summary | |
---|---|
BasicProxyFactory |
buildBasicProxyFactory(Class superClass,
Class[] interfaces)
Build a proxy factory for basic proxy concerns. |
ProxyFactory |
buildProxyFactory()
Builds a Javassist-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
Should build basic proxies essentially equivalent to JDK proxies in terms of capabilities, but should be able to deal with abstract super classes in addition to proxy interfaces.
Must pass in either superClass or interfaces (or both).
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |