@Internal public class FlushSynchronization extends TransactionSynchronizationAdapter
flush()
call
to the underlying Hibernate Session. Used in combination with JTA.TransactionSynchronization.Status
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
void |
flush()
Flush the underlying session to the datastore, if applicable:
for example, a Hibernate/JPA session.
|
int |
hashCode() |
afterCommit, afterCompletion, beforeCommit, beforeCompletion, getOrder, resume, suspend
public void flush()
TransactionSynchronization
flush
in interface TransactionSynchronization
flush
in interface java.io.Flushable
flush
in class TransactionSynchronizationAdapter
TransactionStatus.flush()
public boolean equals(@Nullable java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object