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 Details

    • ProxyFactoryByteBuddyImpl

      public ProxyFactoryByteBuddyImpl()
  • Method Details

    • getDynamicIndirectionHandler

      protected org.apache.ojb.broker.core.proxy.IndirectionHandler getDynamicIndirectionHandler(Object obj)
      Specified by:
      getDynamicIndirectionHandler in class org.apache.ojb.broker.core.proxy.AbstractProxyFactory
    • getDefaultIndirectionHandlerClass

      public Class<IndirectionHandlerByteBuddyImpl> getDefaultIndirectionHandlerClass()
    • getIndirectionHandlerBaseClass

      public Class<IndirectionHandlerByteBuddy> 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()