Package org.eclipse.persistence.platform.database.oracle.annotations


package org.eclipse.persistence.platform.database.oracle.annotations
  • Annotation Types
    Class
    Description
    A NamedPLSQLStoredFunctionQueries annotation allows the definition of multiple NamedPLSQLStoredFunctionQuery.
    A NamedPLSQLStoredFunctionQuery annotation allows the definition of queries that call PLSQL stored functions as named queries.
    A NamedPLSQLStoredProcedureQueries annotation allows the definition of multiple NamedPLSQLStoredProcedureQuery.
    A PLSQLNamedStoredProcedureQuery annotation allows the definition of queries that call PLSQL stored procedures as named queries.
    An OracleArray annotation is used to define an Oracle database VARRAY type.
    An OracleArrays annotation allows the definition of multiple VARRAY types.
    An OracleObject annotation is used to define an Oracle database OBJECT type.
    An OracleObjects annotation allows the definition of multiple Oracle OBJECT types.
    A PLSQLParameter annotation is used within a NamedPLSQLStoredProcedureQuery or PLSQLRecord annotation.
    A PLSQLRecord annotation is used to define a database PLSQL RECORD type.
    A PLSQLRecords annotation allows the definition of multiple PLSQLRecord.
    A PLSQLTable annotation is used to define a database PLSQL TABLE type.
    A PLSQLRecords annotation allows the definition of multiple PLSQLTable.