Uses of Class
com.c8db.entity.TransactionEntity
-
Packages that use TransactionEntity Package Description com.c8db com.c8db.internal -
-
Uses of TransactionEntity in com.c8db
Methods in com.c8db that return types with arguments of type TransactionEntity Modifier and Type Method Description Collection<TransactionEntity>C8Database. getStreamTransactions()Gets all the currently running Stream Transactions. -
Uses of TransactionEntity in com.c8db.internal
Methods in com.c8db.internal that return types with arguments of type TransactionEntity Modifier and Type Method Description Collection<TransactionEntity>C8DatabaseImpl. getStreamTransactions()protected C8Executor.ResponseDeserializer<Collection<TransactionEntity>>InternalC8Database. transactionsResponseDeserializer()
-