Skip to main content
Skip table of contents

DataSourceType

DataSourceType

Description A DataSource is a logical representation of physical storage that supports a Create, Read, Update, Delete (CRUD) interface. Properties

description : string

Data source type description.

element : identifier

Data source metadata root XML element name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

exporter : qualJavaName

Data source exporter, implementing the XMLPersistenceMetadataExporter interface.

Valid values based on“string”.
|[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*
loader : qualJavaName

Data source and connection loader class, implementing the XMLPersistenceMetadataLoader interface.

Valid values based on“string”.
|[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*

Content

Parent topic: references

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.