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 InvocationHandler
Throwable
protected Object handleCreateQueryWithString(Method method, Object[] args) throws Throwable
Throwable
protected Object handleGetDelegate(Method method, Object[] args) throws Throwable
Throwable
Copyright © 2015 Seam Framework. All Rights Reserved.