Uses of Interface
io.ebean.docstore.DocUpdateContext
-
Uses of DocUpdateContext in io.ebean.plugin
Modifier and TypeMethodDescriptionvoid
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.