Package de.caluga.morphium.driver.inmem
Class InMemTransactionContext
java.lang.Object
de.caluga.morphium.driver.inmem.InMemTransactionContext
- All Implemented Interfaces:
MorphiumTransactionContext
User: Stephan Bösebeck
Date: 03.07.18
Time: 23:34
TODO: Add documentation here
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLsid()booleansetAutoCommit(boolean autoCommit) voidsetDatabase(Map database) setStarted(boolean started) setTxnNumber(Long txnNumber)
-
Constructor Details
-
InMemTransactionContext
public InMemTransactionContext()
-
-
Method Details
-
getDatabase
-
setDatabase
-
getTxnNumber
- Specified by:
getTxnNumberin interfaceMorphiumTransactionContext
-
getAutoCommit
public boolean getAutoCommit()- Specified by:
getAutoCommitin interfaceMorphiumTransactionContext
-
setAutoCommit
- Specified by:
setAutoCommitin interfaceMorphiumTransactionContext
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceMorphiumTransactionContext
-
setStarted
- Specified by:
setStartedin interfaceMorphiumTransactionContext
-
getLsid
- Specified by:
getLsidin interfaceMorphiumTransactionContext
-
setLsid
- Specified by:
setLsidin interfaceMorphiumTransactionContext
-
setTxnNumber
- Specified by:
setTxnNumberin interfaceMorphiumTransactionContext
-