Class DittoTransactionInfo
java.lang.Object
com.ditto.java.DittoTransactionInfo
Encapsulates information about a transaction.
-
Method Summary
-
Method Details
-
getId
A globally unique ID of the transaction. -
getHint
The user hint passed when creating the transaction, useful for debugging and testing. -
isReadOnly
public boolean isReadOnly()Indicates whether mutating DQL statements can be executed in the transaction. Defaults tofalse. SeeDittoStore.transactionfor more information.
-