Package org.jboss.as.jpa.container
Class EntityManagerUnwrappedTargetInvocationHandler
- java.lang.Object
-
- org.jboss.as.jpa.container.EntityManagerUnwrappedTargetInvocationHandler
-
- All Implemented Interfaces:
Serializable,InvocationHandler
public class EntityManagerUnwrappedTargetInvocationHandler extends Object implements InvocationHandler, Serializable
Handle method execution delegation to a wrapped object using the passed entity manager to obtain the target invocation target. Forked from Emmanuel's org.jboss.ejb3.entity.hibernate.TransactionScopedSessionInvocationHandler.- Author:
- Emmanuel Bernard, Scott Marlow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityManagerUnwrappedTargetInvocationHandler()EntityManagerUnwrappedTargetInvocationHandler(jakarta.persistence.EntityManager targetEntityManager, Class<?> wrappedClass)
-
-
-
Constructor Detail
-
EntityManagerUnwrappedTargetInvocationHandler
public EntityManagerUnwrappedTargetInvocationHandler()
-
EntityManagerUnwrappedTargetInvocationHandler
public EntityManagerUnwrappedTargetInvocationHandler(jakarta.persistence.EntityManager targetEntityManager, Class<?> wrappedClass)
-
-