Uses of Class
systems.dmx.core.impl.ModelFactoryImpl
-
Packages that use ModelFactoryImpl Package Description systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of ModelFactoryImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return ModelFactoryImpl Modifier and Type Method Description ModelFactoryImplDMXStorage. getModelFactory()Methods in systems.dmx.core.storage.spi with parameters of type ModelFactoryImpl Modifier and Type Method Description DMXStorageDMXStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf) -
Uses of ModelFactoryImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return ModelFactoryImpl Modifier and Type Method Description ModelFactoryImplNeo4jStorage. getModelFactory()Methods in systems.dmx.storage.neo4j with parameters of type ModelFactoryImpl Modifier and Type Method Description DMXStorageNeo4jStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf)
-