public interface ProxyFactoryFactory
proxy factory instances.
Currently used to abstract from the tupizer whether we are using CGLIB or
Javassist for lazy proxy generation.| Modifier and Type | Method and Description |
|---|---|
BasicProxyFactory |
buildBasicProxyFactory(java.lang.Class superClass,
java.lang.Class[] interfaces)
Build a proxy factory for basic proxy concerns.
|
ProxyFactory |
buildProxyFactory()
Build a proxy factory specifically for handling runtime
lazy loading.
|
ProxyFactory buildProxyFactory()
BasicProxyFactory buildBasicProxyFactory(java.lang.Class superClass, java.lang.Class[] interfaces)
superClass - The abstract super class (or null if none).interfaces - Interfaces to be proxied (or null if none).Copyright © 2013. All Rights Reserved.