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 Details

    • alreadyExisted

      protected final Set<Object> alreadyExisted
      Stores entities that have been already merged into persistent context before loading started.
  • Constructor Details

    • JpaTransactionContextState

      protected JpaTransactionContextState()