Package io.ebean.annotation
Annotation Type Sql
-
@Target(TYPE) @Retention(RUNTIME) public @interface Sql
Mark and entity bean that is used solely via RawSql.This means the entity bean has no base table specified (via @Table).
@Target(TYPE) @Retention(RUNTIME) public @interface Sql
This means the entity bean has no base table specified (via @Table).