ObjectDB ObjectDB

FlushModeType.COMMIT - JPA enum constant

Enum Constant
javax.persistence.FlushModeType
COMMIT

Flushing to occur at transaction commit. The provider may flush at other times, but is not required to.
Since:
JPA 1.0