Module eclipselink
Annotation Interface OracleObject
An OracleObject annotation is used to define an Oracle database OBJECT type.
This type can be used within PLSQL procedure calls.
- See Also:
- Author:
- David McCann
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDefines the fields in the record type.The name of the OBJECT type in the database. -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameThe name of the OBJECT type in the database. -
javaType
Class<?> javaTypeThe Java class to map the OBJECT type to.This class must be mapped using a Struct annotation.
- Default:
void.class
-
fields
PLSQLParameter[] fieldsDefines the fields in the record type.
-