Uses of Class
io.ebeanservice.docstore.api.support.DocStoreEmbeddedInvalidation
Packages that use DocStoreEmbeddedInvalidation
Package
Description
Support objects for implementing integration.
-
Uses of DocStoreEmbeddedInvalidation in io.ebeanservice.docstore.api.support
Subclasses of DocStoreEmbeddedInvalidation in io.ebeanservice.docstore.api.supportModifier and TypeClassDescriptionfinal classChecks if a persist request means an embedded/nested object in another document needs updating.Fields in io.ebeanservice.docstore.api.support with type parameters of type DocStoreEmbeddedInvalidationModifier and TypeFieldDescriptionprotected final List<DocStoreEmbeddedInvalidation>DocStoreBeanBaseAdapter.embeddedInvalidationList of embedded paths from other documents that include this document type.Methods in io.ebeanservice.docstore.api.support that return DocStoreEmbeddedInvalidationModifier and TypeMethodDescriptionprotected DocStoreEmbeddedInvalidationDocStoreBeanBaseAdapter.embeddedInvalidation(String queueId, String path, Set<String> properties) Return the DsInvalidationListener based on the properties, path.