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 customisable using the Datastore Helper API
test ../../ test customising-schema-with-configurator.html
Customising schemas using the configurator
test ../../ test migrate-1-x.md.html
Migrating from versions 1.x
MutableStoreDescriptionBuilder
Javadoc : MutableStoreDescriptionBuilder
Full implementation of the core ActivePivot IStoreDescriptionBuilder
nested interfaces. Stores a single IMutableStore
instance alongside an IDatastoreConfigurator
instance. All relevant methods delegate to the two instances. The final build()
method uses the two instances to build and forward the appropriate fluent API calls given the initial chain and any defined customisations.