Annotation Interface Where
Where clause to add to the element Entity or target entity of a collection. The clause is written
in SQL. A common use case here is for soft-deletes. It can be used on class level or on
interleaved list as well. It overwrites the class-level `@Where` annotation when used on an
interleaved list property of the same type.
- Since:
- 1.2.2
-
Required Element Summary
-
Element Details
-
value
String valueThe where-clause predicate.- Returns:
- SQL where cause
-