io
module to save and persist models from
external sources.See: Description
Class | Description |
---|---|
AbstractBlueprintsHandler |
An abstract
PersistenceHandler specific to a Blueprints implementation. |
BlueprintsAwareHandler | |
BlueprintsHandlerFactory |
The factory that creates instances of
PersistenceHandler s which are specific to the Blueprints
implementation. |
BlueprintsNaiveHandler |
A
PersistenceHandler for BlueprintsPersistenceBackend s, without key conflict resolution. |
io
module to save and persist models from
external sources.
Providing efficient model import and export is tightly coupled to the database and the data representation. In order
to provide this feature, a back-end module should contain an I/O specific package that overrides AbstractPersistenceHandler
.
AbstractPersistenceHandler
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.