1. Introduction
The GORM Logical Delete plugin provides support for utilizing logical deletes for GORM managed entities in a Grails 3 app.
2. Installation
To add the GORM Logical Delete plugin to an application add the following dependency to the dependencies block of your build.gradle:
compile "org.grails.plugins:gorm-logical-delete:2.0.0.M1"
3. API Documentation
API documentation may be found here.