Uses of Class
org.teamapps.universaldb.transaction.TransactionRecordValue
| Package | Description |
|---|---|
| org.teamapps.universaldb.pojo | |
| org.teamapps.universaldb.transaction |
-
Uses of TransactionRecordValue in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo that return TransactionRecordValue Modifier and Type Method Description protected TransactionRecordValueAbstractUdbEntity. getChangeValue(ColumnIndex index)TransactionRecordValueEntityChangeSet. getChangeValue(ColumnIndex index) -
Uses of TransactionRecordValue in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction that return types with arguments of type TransactionRecordValue Modifier and Type Method Description java.util.List<TransactionRecordValue>TransactionRecord. getRecordValues()Methods in org.teamapps.universaldb.transaction with parameters of type TransactionRecordValue Modifier and Type Method Description voidTransactionRecord. addRecordValue(TransactionRecordValue recordValue)