Uses of Enum
io.ebean.DocStoreQueueEntry.Action
Packages that use DocStoreQueueEntry.Action
-
Uses of DocStoreQueueEntry.Action in io.ebean
Methods in io.ebean that return DocStoreQueueEntry.ActionModifier and TypeMethodDescriptionDocStoreQueueEntry.getType()
Return the event type.static DocStoreQueueEntry.Action
Returns the enum constant of this type with the specified name.static DocStoreQueueEntry.Action[]
DocStoreQueueEntry.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.ebean with parameters of type DocStoreQueueEntry.ActionModifierConstructorDescriptionDocStoreQueueEntry
(DocStoreQueueEntry.Action type, String queueId, Object beanId) Construct for an INDEX or DELETE action.DocStoreQueueEntry
(DocStoreQueueEntry.Action type, String queueId, String path, Object beanId) Construct for an NESTED/embedded path invalidation action.