@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Wheres
Where
annotations for a row class. Annotates a row class,
Table
subclass, or SqlOperation
.
This annotation is optional since Where
is Repeatable
as of version 4.0.