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

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

Introduction

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

The text is from its open source code.

Field

SynchronizationTypeSYNCHRONIZED
Persistence context is automatically synchronized with the current transaction
SynchronizationTypeUNSYNCHRONIZED
Persistence context must be explicitly joined to the current transaction