|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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(java.lang.Class superClass,
java.lang.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(java.lang.Class superClass,
java.lang.Class[] interfaces)
ProxyFactoryFactory
buildBasicProxyFactory in interface ProxyFactoryFactorysuperClass - 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 | |||||||||