Annotation Type PLSQLTables


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface PLSQLTables
    A PLSQLRecords annotation allows the definition of multiple PLSQLTable.
    Author:
    James
    Since:
    EclipseLink 2.3
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      PLSQLTable[] value
      (Required) An array of named PLSQL tables.
    • Element Detail

      • value

        PLSQLTable[] value
        (Required) An array of named PLSQL tables.