public class ObjectRelationalDatabaseField extends DatabaseField
index, keepInRow, NULL_SQL_TYPE, sqlType, type, typeName| Constructor and Description |
|---|
ObjectRelationalDatabaseField(DatabaseField field) |
ObjectRelationalDatabaseField(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader) |
DatabaseField |
getNestedTypeField()
ADVANCED:
For ARRAY fields, this field's type represents the type contained in the ARRAY.
|
java.lang.String |
getSqlTypeName()
ADVANCED:
For ARRAY and STRUCT fields, this is the user defined type for the field.
|
boolean |
isObjectRelationalDatabaseField()
PUBLIC:
Return if this is an ObjectRelationalDatabaseField.
|
void |
setNestedTypeField(DatabaseField nestedTypeField)
ADVANCED:
For ARRAY fields, this field's type represents the type contained in the ARRAY.
|
void |
setSqlTypeName(java.lang.String sqlTypeName)
ADVANCED:
For ARRAY and STRUCT fields, this is the user defined type for the field.
|
clone, equals, equals, getColumnDefinition, getIndex, getLength, getName, getNameDelimited, getNameForComparisons, getPrecision, getQualifiedName, getQualifiedNameDelimited, getScale, getSqlType, getTable, getTableName, getType, getTypeName, getUseUpperCaseForComparisons, hashCode, hasTableName, initDDLFields, isCreatable, isInsertable, isNullable, isPrimaryKey, isReadOnly, isTranslated, isUnique, isUpdatable, keepInRow, resetQualifiedName, setColumnDefinition, setCreatable, setIndex, setInsertable, setIsTranslated, setKeepInRow, setLength, setName, setName, setName, setNameForComparisons, setNullable, setPrecision, setPrimaryKey, setScale, setSqlType, setTable, setTableName, setType, setTypeName, setUnique, setUpdatable, setUseDelimiters, shouldUseDelimiters, toString, useUpperCaseForComparisonspublic ObjectRelationalDatabaseField(DatabaseField field)
public ObjectRelationalDatabaseField(java.lang.String name)
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
convertClassNamesToClasses in class DatabaseFieldpublic java.lang.String getSqlTypeName()
public boolean isObjectRelationalDatabaseField()
isObjectRelationalDatabaseField in class DatabaseFieldpublic void setSqlTypeName(java.lang.String sqlTypeName)
public DatabaseField getNestedTypeField()
public void setNestedTypeField(DatabaseField nestedTypeField)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference