Package io.jmix.core.entity.annotation
Annotation Interface EnableRestore
Indicates whether to enable restoring of soft deleted entity instances.
If no such annotation present for an entity or value() is true, restore is enabled.
If value() is false, restore is disabled.
Can be overridden in *-metadata.xml
file.
-
Optional Element Summary
-
Element Details
-
value
boolean value- Default:
- true
-