Navigation :
test ../../ test dash-overview.html
Datastore Helper Overview
test ../../ test api-interfaces.html
API interfaces and default implementations
test ../../ test api-interfaces/interfaces.html
-
Interfaces
test ../../ test api-interfaces/implementations.html
-
Implementations
test ../../ test api-interfaces/implementations/implementation-note.html
-- Implementation note
test ../../ test api-interfaces/implementations/custom-field.html
-- CustomField
test ../../ test api-interfaces/implementations/amutable-store-config.html
-- AMutableStoreConfig
test ../../ test api-interfaces/implementations/mutable-store-config.html
-- MutableStoreConfig
test ../../ test api-interfaces/implementations/mutable-store.html
-- MutableStore
test ../../ test api-interfaces/implementations/mutable-store-desc-builder.html
-- MutableStoreDescriptionBuilder
test ../../ test api-interfaces/implementations/mutable-ref-desc-builder.html
-- MutableReferenceDescriptionBuilder
test ../../ test api-interfaces/implementations/aconfigurable-schema.html
-- AConfigurableSchema
test ../../ test api-interfaces/implementations/schema-customisations.html
-- SchemaCustomisations
test ../../ test api-interfaces/implementations/datastore-configurator.html
-- DatastoreConfigurator
test ../../ test make-project-customisable.md.html
Making a project customizable using the Datastore Helper API
test ../../ test customising-schema-with-configurator.html
Customizing schemas using the configurator
test ../../ test dev-release.html
Release and migration notes
DatastoreConfigurator
Javadoc : DatastoreConfigurator
Implementation of the IDatastoreConfigurator
interface. Provides public methods for defining schema and datastore modifications, by creating or modifying SchemaCustomisations
objects per schema. Exposes a mechanism for enabling schemas for an application run. Creates instances of MutableStoreDescriptionBuilder
, MutableReferenceDescriptionBuilder
and DatastoreSchemaDescription
in the factory methods for the underlying interfaces.