EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

org.eclipse.persistence.platform.database.oracle.annotations
Annotation Type PLSQLTables


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PLSQLTables

A PLSQLRecords annotation allows the definition of multiple PLSQLTable.

Author:
James
Since:
EclipseLink 2.3

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

Element Detail

value

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


EclipseLink 2.3.2, build 'v20111125-r10461' API Reference