Java javax.persistence FlushModeType fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence FlushModeType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence FlushModeType.

The text is from its open source code.

Field

FlushModeTypeCOMMIT
Flushing to occur at transaction commit.
FlushModeTypeAUTO
(Default) Flushing to occur at query execution.

Method

StringtoString()
Returns a string representation of the object.