Changed Methods |
void afterCommit()
|
Changed from abstract to non-abstract.
|
Invoked after transaction commit. |
void afterCompletion(int )
|
Changed from abstract to non-abstract.
|
Invoked after transaction commit/rollback. |
void beforeCommit(boolean )
|
Changed from abstract to non-abstract.
|
Invoked before transaction commit (before "beforeCompletion"). |
void beforeCompletion()
|
Changed from abstract to non-abstract.
|
Invoked before transaction commit/rollback. |
void flush()
|
Changed from abstract to non-abstract.
|
Flush the underlying session to the datastore, if applicable:
for example, a Hibernate/JPA session. |
void resume()
|
Changed from abstract to non-abstract.
|
Resume this synchronization. |
void suspend()
|
Changed from abstract to non-abstract.
|
Suspend this synchronization. |