Annotation Type DatabaseSql


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface DatabaseSql
    An annotation that can be used to attach a SQL expression to a class
    Author:
    Xavier Witdouck
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Returns the SQL expression for this annotation
    • Element Detail

      • value

        java.lang.String value
        Returns the SQL expression for this annotation
        Returns:
        the SQL expression