Package io.jmix.eclipselink.impl
Class JpaDataStore.JpaTransactionContextState
java.lang.Object
io.jmix.eclipselink.impl.JpaDataStore.JpaTransactionContextState
- All Implemented Interfaces:
AbstractDataStore.TransactionContextState
- Enclosing class:
- JpaDataStore
protected static class JpaDataStore.JpaTransactionContextState
extends Object
implements AbstractDataStore.TransactionContextState
Helps to distinguish newly loaded entities (including implicitly loaded) from already existed.
-
Field Summary
Modifier and TypeFieldDescriptionStores entities that have been already merged into persistent context before loading started. -
Constructor Summary
-
Method Summary
-
Field Details
-
alreadyExisted
Stores entities that have been already merged into persistent context before loading started.
-
-
Constructor Details
-
JpaTransactionContextState
protected JpaTransactionContextState()
-