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
AConfigurableSchema
Javadoc : AConfigurableSchema
Abstract implementation of the IConfigurableSchema
interface. Implements the getters and setters for the configurator object and provides no-op stubs for the other interface methods. The stubs allow implementations to diverge from the new API pattern, providing partial backwards compatibility.