Uses of Enum
io.ebean.event.changelog.ChangeType
Package
Description
Provides a built in change log mechanism and can audit changes.
-
Uses of ChangeType in io.ebean.event.changelog
Modifier and TypeMethodDescriptionBeanChange.getEvent()
Return the change type (INSERT, UPDATE or DELETE).static ChangeType
Returns the enum constant of this type with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionBeanChange
(String table, Object tenantId, Object id, ChangeType event, String data) Construct with change as JSON.BeanChange
(String type, Object tenantId, Object id, ChangeType event, String data, String oldData) Construct with change as JSON.