Had a discussion with Eddie re building in support for Logical deletion.
Something along the lines of:- A class level annotation to mark entities that use logical deletion.- Ability to specify for a query to include the logically deleted beans/rows- Support for both logical/actual deletes (soft/hard deletes)
At the moment @Where can be used but it is a bit limiting for this issue.