誰能告訴我什麼是實施軟刪除的好方法?在我的課堂上,我可以有一個deleted
屬性,但我的問題是如何輕鬆忽略在我的搜索,列表等中有deleted = true
的實例。如何實施軟刪除
因此,而不是說Domain.findByDeleted(true)
只是得到Domain.list()
忽略刪除的實例,而不是說Domain.findByPropertyAndDeleted('property', true)
只是說Domain.findByProperty('property')
。
有沒有這樣做的好方法?
這應該會幫助你:http://stackoverflow.com/questions/8768534/grails-update-instead-of-delete/8768728 – 2012-01-19 19:35:11