|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
oracle.toplink.tools.schemaframework.VarrayDefinition
oracle.toplink.tools.schemaframework.ObjectVarrayDefinition
public class ObjectVarrayDefinition
Purpose: Allow for creation of object varray type.
| Field Summary |
|---|
| Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
|---|
name, qualifier |
| Constructor Summary | |
|---|---|
ObjectVarrayDefinition() |
|
| Method Summary | |
|---|---|
boolean |
isNullAllowed()Return if the varray collection is allowed NULL or not |
void |
setIsNullAllowed(boolean isNullAllowed)Set if the varray collection is allowed NULL or not |
| Methods inherited from class oracle.toplink.tools.schemaframework.VarrayDefinition |
|---|
getSize, getType, getTypeName, getTypeSize, setSize, setType, setTypeName, setTypeSize |
| Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition |
|---|
clone, getName, getQualifier, setName, setQualifier, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectVarrayDefinition()
| Method Detail |
|---|
public boolean isNullAllowed()
public void setIsNullAllowed(boolean isNullAllowed)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||