java.lang.Object
org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
org.eclipse.persistence.tools.schemaframework.TypeDefinition
- All Implemented Interfaces:
Serializable,Cloneable
Purpose: Allow for Oracle 8 object-relational user defined type to be created.
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
name, qualifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPUBLIC: Add the field to the type, default sizes are used.voidPUBLIC: Add the field to the type.voidPUBLIC: Add the field to the type.voidPUBLIC: Add the field to the type to a nested type.voidaddField(FieldDefinition field) PUBLIC: Add the field to the type.buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, Writer writer) INTERNAL: Return the create type statement.buildDeletionWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, Writer writer) INTERNAL: Return the drop type statement.voidsetFields(List<FieldDefinition> fields) Methods inherited from class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
buildVPDCreationFunctionWriter, buildVPDCreationPolicyWriter, buildVPDDeletionWriter, clone, createDatabaseSchema, createDatabaseSchemaOnDatabase, createObject, createOnDatabase, dropDatabaseSchema, dropDatabaseSchemaOnDatabase, dropFromDatabase, dropObject, getDatabaseSchema, getFieldTypeDefinition, getFieldTypeDefinition, getFullName, getName, getQualifier, hasDatabaseSchema, postCreateObject, preDropObject, setName, setQualifier, shouldCreateDatabaseSchema, shouldCreateVPDCalls, toString
-
Field Details
-
fields
-
-
Constructor Details
-
TypeDefinition
public TypeDefinition()
-
-
Method Details
-
addField
PUBLIC: Add the field to the type, default sizes are used.- Parameters:
type- is the Java class type corresponding to the database type.
-
addField
PUBLIC: Add the field to the type.- Parameters:
type- is the Java class type corresponding to the database type.
-
addField
PUBLIC: Add the field to the type.- Parameters:
type- is the Java class type corresponding to the database type.
-
addField
PUBLIC: Add the field to the type to a nested type.- Parameters:
typeName- is the name of the nested type.
-
addField
PUBLIC: Add the field to the type. -
buildCreationWriter
public Writer buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, Writer writer) throws ValidationException INTERNAL: Return the create type statement.- Specified by:
buildCreationWriterin classDatabaseObjectDefinition- Throws:
ValidationException
-
buildDeletionWriter
public Writer buildDeletionWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, Writer writer) throws ValidationException INTERNAL: Return the drop type statement.- Specified by:
buildDeletionWriterin classDatabaseObjectDefinition- Throws:
ValidationException
-
getFields
-
setFields
-