Example usage for Java javax.persistence SynchronizationType fields, constructors, methods, implement or subclass
The text is from its open source code.
SynchronizationType | SYNCHRONIZED Persistence context is automatically synchronized with the current transaction |
SynchronizationType | UNSYNCHRONIZED Persistence context must be explicitly joined to the current transaction |