Package de.caluga.morphium.driver.wire
Klasse MorphiumTransactionContextImpl
java.lang.Object
de.caluga.morphium.driver.wire.MorphiumTransactionContextImpl
- Alle implementierten Schnittstellen:
MorphiumTransactionContext
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetLsid()booleansetAutoCommit(boolean autoCommit) setStarted(boolean started) setTxnNumber(Long txnNumber)
-
Felddetails
-
txnNumber
-
-
Konstruktordetails
-
MorphiumTransactionContextImpl
public MorphiumTransactionContextImpl()
-
-
Methodendetails
-
getTxnNumber
- Angegeben von:
getTxnNumberin SchnittstelleMorphiumTransactionContext
-
setTxnNumber
- Angegeben von:
setTxnNumberin 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
-