Uses of Interface
io.ebean.docstore.DocUpdateContext
-
Packages that use DocUpdateContext Package Description io.ebean.plugin Provides a API for plugins. -
-
Uses of DocUpdateContext in io.ebean.plugin
Methods in io.ebean.plugin with parameters of type DocUpdateContext Modifier and Type Method Description void
BeanDocType. deleteById(Object idValue, DocUpdateContext txn)
Add a delete by Id to the doc store.void
BeanDocType. index(Object idValue, T bean, DocUpdateContext txn)
Store the bean in the doc store index.void
BeanDocType. updateEmbedded(Object idValue, String embeddedProperty, String embeddedRawContent, DocUpdateContext txn)
Add a embedded document update to the doc store.
-