Package de.caluga.morphium.driver.inmem
Klasse InMemTransactionContext
java.lang.Object
de.caluga.morphium.driver.inmem.InMemTransactionContext
- Alle implementierten Schnittstellen:
MorphiumTransactionContext
User: Stephan Bösebeck
Date: 03.07.18
Time: 23:34
TODO: Add documentation here
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetLsid()booleansetAutoCommit(boolean autoCommit) voidsetDatabase(Map database) setStarted(boolean started) setTxnNumber(Long txnNumber)
-
Konstruktordetails
-
InMemTransactionContext
public InMemTransactionContext()
-
-
Methodendetails
-
getDatabase
-
setDatabase
-
getTxnNumber
- Angegeben von:
getTxnNumberin SchnittstelleMorphiumTransactionContext
-
getAutoCommit
public boolean getAutoCommit()- Angegeben von:
getAutoCommitin SchnittstelleMorphiumTransactionContext
-
setAutoCommit
- Angegeben von:
setAutoCommitin SchnittstelleMorphiumTransactionContext
-
isStarted
public boolean isStarted()- Angegeben von:
isStartedin SchnittstelleMorphiumTransactionContext
-
setStarted
- Angegeben von:
setStartedin SchnittstelleMorphiumTransactionContext
-
getLsid
- Angegeben von:
getLsidin SchnittstelleMorphiumTransactionContext
-
setLsid
- Angegeben von:
setLsidin SchnittstelleMorphiumTransactionContext
-
setTxnNumber
- Angegeben von:
setTxnNumberin SchnittstelleMorphiumTransactionContext
-