Package io.ebean.annotation
Annotation Type Where
-
@Target({FIELD,TYPE}) @Retention(RUNTIME) @Repeatable(List.class) public @interface Where
Add an Literal to add to the where clause when a many property (List, Set or Map) is loaded or refreshed.{@code // on a OneToMany property...