Uses of Class
org.teamapps.universaldb.transaction.TransactionRecord
| Package | Description |
|---|---|
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.pojo | |
| org.teamapps.universaldb.transaction |
-
Uses of TransactionRecord in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index with parameters of type TransactionRecord Modifier and Type Method Description voidTableTransactionIndex. writeTransactionRecord(TransactionRecord transactionRecord) -
Uses of TransactionRecord in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo with parameters of type TransactionRecord Modifier and Type Method Description voidEntityChangeSet. setTransactionRecordValues(Transaction transaction, TransactionRecord transactionRecord, boolean strictChangeVerification) -
Uses of TransactionRecord in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction that return TransactionRecord Modifier and Type Method Description static TransactionRecordTransactionRecord. createOrUpdateRecord(TableIndex tableIndex, int recordId, int correlationId, int userId, boolean update, boolean strictChangeVerification)static TransactionRecordTransactionRecord. deleteRecord(TableIndex tableIndex, int recordId, int userId)static TransactionRecordTransactionRecord. restoreRecord(TableIndex tableIndex, int recordId, int userId)Methods in org.teamapps.universaldb.transaction that return types with arguments of type TransactionRecord Modifier and Type Method Description java.util.List<TransactionRecord>ClusterTransaction. getTransactionRecords()Methods in org.teamapps.universaldb.transaction with parameters of type TransactionRecord Modifier and Type Method Description voidClusterTransaction. addTransactionRecord(TransactionRecord transactionRecord)voidTransaction. addTransactionRecord(TransactionRecord transactionRecord)Method parameters in org.teamapps.universaldb.transaction with type arguments of type TransactionRecord Modifier and Type Method Description voidClusterTransaction. setTransactionRecords(java.util.List<TransactionRecord> transactionRecords)