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 ModelFactoryImpl
DMXStorage. getModelFactory()
Methods in systems.dmx.core.storage.spi with parameters of type ModelFactoryImpl Modifier and Type Method Description DMXStorage
DMXStorageFactory. 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 ModelFactoryImpl
Neo4jStorage. getModelFactory()
Methods in systems.dmx.storage.neo4j with parameters of type ModelFactoryImpl Modifier and Type Method Description DMXStorage
Neo4jStorageFactory. newDMXStorage(String databasePath, ModelFactoryImpl mf)
-