Uses of Interface
systems.dmx.core.storage.spi.DMXStorage
-
Packages that use DMXStorage Package Description systems.dmx.core.impl systems.dmx.core.osgi systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of DMXStorage in systems.dmx.core.impl
Constructors in systems.dmx.core.impl with parameters of type DMXStorage Constructor Description AccessLayer(DMXStorage db) -
Uses of DMXStorage in systems.dmx.core.osgi
Methods in systems.dmx.core.osgi that return DMXStorage Modifier and Type Method Description static DMXStorageCoreActivator. openDB(String databaseFactory, String databasePath) -
Uses of DMXStorage in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return DMXStorage Modifier and Type Method Description DMXStorageDMXStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf) -
Uses of DMXStorage in systems.dmx.storage.neo4j
Classes in systems.dmx.storage.neo4j that implement DMXStorage Modifier and Type Class Description classNeo4jStorageMethods in systems.dmx.storage.neo4j that return DMXStorage Modifier and Type Method Description DMXStorageNeo4jStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf)
-