Open
Description
domain.list(),domain.findAll() don't work
my code :
1、build.gradle
compile 'org.grails.plugins:gorm-logical-delete:2.0.0.M2'
2、domain class
class Demo implements Serializable, LogicalDelete<Demo> { String demo static constraints = { } }
3、controller
def index() { render Demo.list() as JSON }
Metadata
Metadata
Assignees
Labels
No labels