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