Uses of Class
org.teamapps.universaldb.index.transaction.request.TransactionRequestRecordType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.transaction.request | |
| org.teamapps.universaldb.index.transaction.resolved |
-
Uses of TransactionRequestRecordType in org.teamapps.universaldb.index.transaction.request
Methods in org.teamapps.universaldb.index.transaction.request that return TransactionRequestRecordType Modifier and Type Method Description static TransactionRequestRecordTypeTransactionRequestRecordType. getById(int id)TransactionRequestRecordTypeTransactionRequestRecord. getRecordType()static TransactionRequestRecordTypeTransactionRequestRecordType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionRequestRecordType[]TransactionRequestRecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.index.transaction.request with parameters of type TransactionRequestRecordType Constructor Description TransactionRequestRecord(TransactionRequestRecordType recordType, int tableId, int recordId, int correlationId) -
Uses of TransactionRequestRecordType in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved with parameters of type TransactionRequestRecordType Modifier and Type Method Description static ResolvedTransactionRecordTypeResolvedTransactionRecordType. getByRequestType(TransactionRequestRecordType type)