org.apache.openejb.util.proxy
Class QueryProxy
java.lang.Object
org.apache.openejb.util.proxy.QueryProxy
- All Implemented Interfaces:
- InvocationHandler
public class QueryProxy
- extends Object
- implements InvocationHandler
- Author:
- rmannibucau
|
Constructor Summary |
QueryProxy(javax.persistence.EntityManager entityManager)
|
PERSIST_NAME
public static final String PERSIST_NAME
- See Also:
- Constant Field Values
MERGE_NAME
public static final String MERGE_NAME
- See Also:
- Constant Field Values
REMOVE_NAME
public static final String REMOVE_NAME
- See Also:
- Constant Field Values
NAMED_QUERY_NAME
public static final String NAMED_QUERY_NAME
- See Also:
- Constant Field Values
NATIVE_QUERY_NAME
public static final String NATIVE_QUERY_NAME
- See Also:
- Constant Field Values
QUERY_NAME
public static final String QUERY_NAME
- See Also:
- Constant Field Values
FIND_PREFIX
public static final String FIND_PREFIX
- See Also:
- Constant Field Values
BY
public static final String BY
- See Also:
- Constant Field Values
AND
public static final String AND
- See Also:
- Constant Field Values
QueryProxy
public QueryProxy(javax.persistence.EntityManager entityManager)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
toString
public String toString()
- Overrides:
toString in class Object
getInvocationHandler
public InvocationHandler getInvocationHandler()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.