Class ProxyFactoryByteBuddyImpl
java.lang.Object
org.apache.ojb.broker.core.proxy.AbstractProxyFactory
org.kuali.rice.core.framework.persistence.ojb.ProxyFactoryByteBuddyImpl
- All Implemented Interfaces:
Serializable,org.apache.ojb.broker.core.proxy.ProxyFactory
public class ProxyFactoryByteBuddyImpl
extends org.apache.ojb.broker.core.proxy.AbstractProxyFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ojb.broker.core.proxy.OJBProxycreateProxy(Class baseClass, org.apache.ojb.broker.core.proxy.IndirectionHandler handler) protected org.apache.ojb.broker.core.proxy.IndirectionHandlerbooleanMethods inherited from class org.apache.ojb.broker.core.proxy.AbstractProxyFactory
createCollectionProxy, createIndirectionHandler, getCollectionProxy, getCollectionProxyClass, getIndirectionHandler, getIndirectionHandlerClass, getListProxyClass, getProxyFactory, getRealClass, getRealObject, getRealObjectIfMaterialized, getSetProxyClass, isCollectionProxy, isMaterialized, isNormalOjbProxy, isProxy, isVirtualOjbProxy, setCollectionProxyClass, setIndirectionHandlerClass, setListProxyClass, setSetProxyClass, toString
-
Constructor Details
-
ProxyFactoryByteBuddyImpl
public ProxyFactoryByteBuddyImpl()
-
-
Method Details
-
getDynamicIndirectionHandler
protected org.apache.ojb.broker.core.proxy.IndirectionHandler getDynamicIndirectionHandler(Object obj) - Specified by:
getDynamicIndirectionHandlerin classorg.apache.ojb.broker.core.proxy.AbstractProxyFactory
-
getDefaultIndirectionHandlerClass
-
getIndirectionHandlerBaseClass
-
createProxy
public org.apache.ojb.broker.core.proxy.OJBProxy createProxy(Class baseClass, org.apache.ojb.broker.core.proxy.IndirectionHandler handler) throws Exception - Throws:
Exception
-
interfaceRequiredForProxyGeneration
public boolean interfaceRequiredForProxyGeneration()
-