|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleType | |
com.arsdigita.metadata | Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. |
com.arsdigita.persistence.metadata | Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. |
Uses of SimpleType in com.arsdigita.metadata |
Methods in com.arsdigita.metadata with parameters of type SimpleType | |
Property |
DynamicObjectType.addOptionalAttribute(String name,
SimpleType propertyType)
This adds an Attribute of multiplicity 0..1 which is the equivalent to adding a column to a table without a "not null" constraint |
Property |
DynamicObjectType.addOptionalAttribute(String name,
SimpleType propertyType,
int size)
This adds an Attribute of multiplicity 0..1 which is the equivalent to adding a column to a table without a "not null" constraint |
Property |
DynamicObjectType.addRequiredAttribute(String name,
SimpleType propertyType,
Object defaultValue)
This adds an Attribute of multiplicity 1..1 which is the equivalent to adding a column to a table with a "not null" constraint |
Property |
DynamicObjectType.addRequiredAttribute(String name,
SimpleType propertyType,
int size,
Object defaultValue)
This adds an Attribute of multiplicity 1..1 which is the equivalent to adding a column to a table with a "not null" constraint |
Uses of SimpleType in com.arsdigita.persistence.metadata |
Fields in com.arsdigita.persistence.metadata declared as SimpleType | |
static SimpleType |
MetadataRoot.BIGINTEGER
|
static SimpleType |
MetadataRoot.BIGDECIMAL
|
static SimpleType |
MetadataRoot.BOOLEAN
|
static SimpleType |
MetadataRoot.BYTE
|
static SimpleType |
MetadataRoot.CHARACTER
|
static SimpleType |
MetadataRoot.DATE
|
static SimpleType |
MetadataRoot.DOUBLE
|
static SimpleType |
MetadataRoot.FLOAT
|
static SimpleType |
MetadataRoot.INTEGER
|
static SimpleType |
MetadataRoot.LONG
|
static SimpleType |
MetadataRoot.SHORT
|
static SimpleType |
MetadataRoot.STRING
|
static SimpleType |
MetadataRoot.BLOB
|
static SimpleType |
MetadataRoot.CLOB
|
static SimpleType |
MetadataRoot.OBJECT
|
Methods in com.arsdigita.persistence.metadata that return SimpleType | |
SimpleType |
MetadataRoot.getPrimitiveType(String name)
Returns one of the primitive or predefined types. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |