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).