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 voidBeanDocType. deleteById(Object idValue, DocUpdateContext txn)Add a delete by Id to the doc store.voidBeanDocType. index(Object idValue, T bean, DocUpdateContext txn)Store the bean in the doc store index.voidBeanDocType. updateEmbedded(Object idValue, String embeddedProperty, String embeddedRawContent, DocUpdateContext txn)Add a embedded document update to the doc store.
-