Example usage for Java javax.persistence FlushModeType fields, constructors, methods, implement or subclass
The text is from its open source code.
FlushModeType | COMMIT Flushing to occur at transaction commit. |
FlushModeType | AUTO (Default) Flushing to occur at query execution. |
String | toString() Returns a string representation of the object. |