public class PersistenceContextSpecificEntityTransactionManager extends Object
Constructor and Description |
---|
PersistenceContextSpecificEntityTransactionManager(org.slf4j.Logger logger,
EntityManager entityManager) |
Modifier and Type | Method and Description |
---|---|
void |
addAfterCommitInvokable(Invokable<Boolean> invokable) |
void |
addBeforeCommitInvokable(Invokable<Boolean> invokable) |
<T> T |
invokeInTransaction(Invokable<T> invokable) |
public PersistenceContextSpecificEntityTransactionManager(org.slf4j.Logger logger, EntityManager entityManager)
public void addBeforeCommitInvokable(Invokable<Boolean> invokable)
public void addAfterCommitInvokable(Invokable<Boolean> invokable)
public <T> T invokeInTransaction(Invokable<T> invokable)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.