Class 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 Detail

      • EntityManagerUnwrappedTargetInvocationHandler

        public EntityManagerUnwrappedTargetInvocationHandler()
      • EntityManagerUnwrappedTargetInvocationHandler

        public EntityManagerUnwrappedTargetInvocationHandler​(jakarta.persistence.EntityManager targetEntityManager,
                                                             Class<?> wrappedClass)