Module io.ebean.api
Package io.ebean

Class DocStoreQueueEntry

java.lang.Object
io.ebean.DocStoreQueueEntry

public final class DocStoreQueueEntry extends Object
Bean holding the details to update the document store.
  • Constructor Details

  • Method Details

    • getType

      public DocStoreQueueEntry.Action getType()
      Return the event type.
    • getQueueId

      public String getQueueId()
      Return the associate queueId.
    • getPath

      public String getPath()
      Return the path if this is a nested update.
    • getBeanId

      public Object getBeanId()
      Return the bean id (which matches the document id).