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 DMXStorage
CoreActivator. 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 DMXStorage
DMXStorageFactory. 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 class
Neo4jStorage
Methods in systems.dmx.storage.neo4j that return DMXStorage Modifier and Type Method Description DMXStorage
Neo4jStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf)
-