File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11The GORM Logical Delete plugin provides support for utilizing logical deletes for GORM managed entities in a Grails 3 app.
22
33A "logical" delete (sometimes referred to as a "soft" delete) is a delete that doesn't actually delete the relevant
4- data but instead marks the data as deleted. Marking the data as deleted as the benefit of excluding the data from
4+ data but instead marks the data as deleted. Marking the data as deleted has the benefit of excluding the data from
55queries by default while still maintaining the ability to retrieve the data when/if necessary. Essentially the plugin offers
66a mechanism to "hide" domain objects from retrieval. This is useful for retaining data without having it clutter the current
77set of active data.
You can’t perform that action at this time.
0 commit comments