Interface DocStoreQueryUpdate<T>


  • public interface DocStoreQueryUpdate<T>
    Update the document store using a Ebean ORM query.

    Executes a forEach query and updates the document store with the bean object graph returned by the query.