public class PLSQLTableMetadata extends PLSQLComplexTypeMetadata
| Constructor and Description |
|---|
PLSQLTableMetadata()
INTERNAL:
Used for XML loading.
|
PLSQLTableMetadata(MetadataAnnotation record,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object objectToCompare)
INTERNAL:
|
java.lang.Boolean |
getNestedTable()
Indicates if the instance represents a Nested Table (as opposed to Varray).
|
java.lang.String |
getNestedType()
INTERNAL:
Used for OX mapping.
|
boolean |
isNestedTable()
Indicates if the instance represents a Nested Table (as opposed to Varray).
|
boolean |
isPLSQLTableMetadata()
Indicates an instance of PLSQLTableMetadata.
|
PLSQLCollection |
process()
INTERNAL:
Build a runtime record type from the meta-data.
|
void |
setNestedTable(java.lang.Boolean isNestedTable)
Set boolean that indicates if the instance represents a Nested Table
(as opposed to Varray)
|
void |
setNestedType(java.lang.String nestedType)
INTERNAL:
Used for OX mapping.
|
getCompatibleType, getJavaType, isPLSQLComplexTypeMetadata, isPLSQLRecordMetadata, setCompatibleType, setJavaTypegetIdentifier, getName, isOracleComplexTypeMetadata, setNamegetAccessibleObjectName, getAnnotation, getEntityMappings, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getProject, initXMLObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, setAccessibleObject, setEntityMappings, setProject, shouldOverridepublic PLSQLTableMetadata()
public PLSQLTableMetadata(MetadataAnnotation record, MetadataAccessor accessor)
public boolean equals(java.lang.Object objectToCompare)
equals in class PLSQLComplexTypeMetadatapublic java.lang.Boolean getNestedTable()
public java.lang.String getNestedType()
public boolean isNestedTable()
public PLSQLCollection process()
process in class ComplexTypeMetadatapublic void setNestedTable(java.lang.Boolean isNestedTable)
public void setNestedType(java.lang.String nestedType)
public boolean isPLSQLTableMetadata()
isPLSQLTableMetadata in class PLSQLComplexTypeMetadataEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference