nl.knowledgeplaza.util.jpa
Class EntityTransactionExtender
java.lang.Object
nl.knowledgeplaza.util.jpa.EntityTransactionExtender
- All Implemented Interfaces:
- InvocationHandler
public class EntityTransactionExtender
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
getEntityTransaction
public javax.persistence.EntityTransaction getEntityTransaction()
- EntityTransaction
getEntityManagerExtender
public EntityManagerExtender getEntityManagerExtender()
- EntityManagerExtender
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
wrap
public static javax.persistence.EntityTransaction wrap(javax.persistence.EntityTransaction em,
EntityManagerExtender eme)
Copyright © 2012 KnowledgePlaza. All Rights Reserved.