org.eclipse.persistence.tools.schemaframework
public class ObjectVarrayDefinition extends VarrayDefinition
Purpose: Allow for creation of object varray type.
name, qualifier
Constructor and Description |
---|
ObjectVarrayDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
appendTypeString(Writer writer,
org.eclipse.persistence.internal.sessions.AbstractSession session)
INTERNAL:
Append the type.
|
boolean |
isNullAllowed()
PUBLIC:
Return if the varray collection is allowed NULL or not
|
void |
setIsNullAllowed(boolean isNullAllowed)
PUBLIC:
Set if the varray collection is allowed NULL or not
|
buildCreationWriter, buildDeletionWriter, getSize, getType, getTypeName, getTypeSize, setSize, setType, setTypeName, setTypeSize
clone, createObject, createOnDatabase, dropFromDatabase, dropObject, getFullName, getName, getQualifier, postCreateObject, setName, setQualifier, toString
public void appendTypeString(Writer writer, org.eclipse.persistence.internal.sessions.AbstractSession session) throws ValidationException
appendTypeString
in class VarrayDefinition
ValidationException
public boolean isNullAllowed()
public void setIsNullAllowed(boolean isNullAllowed)