Type to start searching...

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
  • Sequence of:

    • Adapters [1..1] - Collection of Adapters for a DataSourceType.