Class HomeInvocationHandler
- java.lang.Object
-
- de.hybris.platform.persistence.framework.HomeInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class HomeInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description HomeInvocationHandler(PersistencePool pool, java.lang.String jndiName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object orig_proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Constructor Detail
-
HomeInvocationHandler
public HomeInvocationHandler(PersistencePool pool, java.lang.String jndiName)
-
-