Interface AbstractDataStore.TransactionContextState

All Known Implementing Classes:
JpaDataStore.JpaTransactionContextState
Enclosing class:
AbstractDataStore

protected static interface AbstractDataStore.TransactionContextState
Designed to store and share various data during load transaction.

E.g. for JpaDataStore: to remember already existed in persistence context entities. It is required to distinguish newly loaded entities (including implicitly loaded) from already existed.