Uses of Class
io.ebean.docstore.RawDoc
-
Packages that use RawDoc Package Description io.ebean -
-
Uses of RawDoc in io.ebean
Method parameters in io.ebean with type arguments of type RawDoc Modifier and Type Method Description void
DocumentStore. findEach(String indexNameType, String rawQuery, Consumer<RawDoc> consumer)
Find each processing raw documents.void
DocumentStore. findEachWhile(String indexNameType, String rawQuery, Predicate<RawDoc> consumer)
Find each processing raw documents stopping when the predicate returns false.
-