Annotation Interface Query


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Query
Created by The eXo Platform SAS Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Mar 30, 2007
  • Element Details

    • name

      String name
    • standardSQL

      String standardSQL
    • mysqlSQL

      String mysqlSQL
      Default:
      ""
    • mssqlSQL

      String mssqlSQL
      Default:
      ""
    • oracleSQL

      String oracleSQL
      Default:
      ""
    • postgresSQL

      String postgresSQL
      Default:
      ""
    • hsqlSQL

      String hsqlSQL
      Default:
      ""
    • derbySQL

      String derbySQL
      Default:
      ""
    • sysbaseSQL

      String sysbaseSQL
      Default:
      ""
    • db2SQL

      String db2SQL
      Default:
      ""