Interface TxManagerState

All Known Implementing Classes:
StdTxManager

public interface TxManagerState
  • Method Details

    • getRepository

      @NonNull @NonNull Repository getRepository()
    • getLogContext

      @Nullable String getLogContext()
    • getIsolationLevel

      @Nullable IsolationLevel getIsolationLevel()
    • isReadOnly

      boolean isReadOnly()
    • isScan

      boolean isScan()
    • isFirstLevelCache

      boolean isFirstLevelCache()