Uses of Class
org.teamapps.universaldb.update.RecordUpdateType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.transaction.resolved | |
| org.teamapps.universaldb.update |
-
Uses of RecordUpdateType in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved that return RecordUpdateType Modifier and Type Method Description RecordUpdateTypeResolvedTransactionRecordType. getUpdateType() -
Uses of RecordUpdateType in org.teamapps.universaldb.update
Methods in org.teamapps.universaldb.update that return RecordUpdateType Modifier and Type Method Description RecordUpdateTypeRecordUpdateEvent. getType()static RecordUpdateTypeRecordUpdateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RecordUpdateType[]RecordUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.update with parameters of type RecordUpdateType Constructor Description RecordUpdateEvent(int tableId, int recordId, int userId, RecordUpdateType type)