Java org.hibernate ReplicationMode fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate ReplicationMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate ReplicationMode.

The text is from its open source code.

Field

ReplicationModeEXCEPTION
Throw an exception when a row already exists.
ReplicationModeIGNORE
Ignore replicated entities when a row already exists.
ReplicationModeOVERWRITE
Overwrite existing rows when a row already exists.
ReplicationModeLATEST_VERSION
When a row already exists, choose the latest version.