Class IndirectionHandlerByteBuddyImpl
java.lang.Object
org.kuali.rice.core.framework.persistence.ojb.AbstractIndirectionHandler
org.kuali.rice.core.framework.persistence.ojb.IndirectionHandlerByteBuddyImpl
- All Implemented Interfaces:
Serializable,InvocationHandler,org.apache.ojb.broker.core.proxy.IndirectionHandler,IndirectionHandlerByteBuddy
public class IndirectionHandlerByteBuddyImpl
extends AbstractIndirectionHandler
implements IndirectionHandlerByteBuddy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndirectionHandlerByteBuddyImpl(org.apache.ojb.broker.PBKey brokerKey, org.apache.ojb.broker.Identity id) -
Method Summary
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.AbstractIndirectionHandler
addListener, afterMaterialization, alreadyMaterialized, beforeMaterialization, getBroker, getBrokerKey, getIdentity, getRealSubject, invoke, materializeSubject, removeListener, setBrokerKey, setIdentity, setRealSubjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ojb.broker.core.proxy.IndirectionHandler
addListener, alreadyMaterialized, getBrokerKey, getIdentity, getRealSubject, invoke, removeListener, setRealSubjectMethods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Constructor Details
-
IndirectionHandlerByteBuddyImpl
public IndirectionHandlerByteBuddyImpl(org.apache.ojb.broker.PBKey brokerKey, org.apache.ojb.broker.Identity id)
-