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, setJavaType
getIdentifier, getName, isOracleComplexTypeMetadata, setName
getAccessibleObjectName, getAnnotation, getEntityMappings, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getProject, initXMLObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, setAccessibleObject, setEntityMappings, setProject, shouldOverride
public PLSQLTableMetadata()
public PLSQLTableMetadata(MetadataAnnotation record, MetadataAccessor accessor)
public boolean equals(java.lang.Object objectToCompare)
equals
in class PLSQLComplexTypeMetadata
public java.lang.Boolean getNestedTable()
public java.lang.String getNestedType()
public boolean isNestedTable()
public PLSQLCollection process()
process
in class ComplexTypeMetadata
public void setNestedTable(java.lang.Boolean isNestedTable)
public void setNestedType(java.lang.String nestedType)
public boolean isPLSQLTableMetadata()
isPLSQLTableMetadata
in class PLSQLComplexTypeMetadata
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference