org.jboss.seam.persistence
public class EntityManagerInvocationHandler extends Object implements InvocationHandler, Serializable
| Constructor and Description |
|---|
EntityManagerInvocationHandler(javax.persistence.EntityManager delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleCreateQueryWithString(Method method,
Object[] args) |
protected Object |
handleGetDelegate(Method method,
Object[] args) |
protected Object |
handleRemove(Method method,
Object[] args) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public EntityManagerInvocationHandler(javax.persistence.EntityManager delegate)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected Object handleCreateQueryWithString(Method method, Object[] args) throws Throwable
Throwableprotected Object handleGetDelegate(Method method, Object[] args) throws Throwable
ThrowableCopyright © 2015 Seam Framework. All Rights Reserved.