Uses of Class
systems.dmx.core.impl.DMXObjectModelImpl
-
Packages that use DMXObjectModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of DMXObjectModelImpl in systems.dmx.core.impl
Subclasses of DMXObjectModelImpl in systems.dmx.core.impl Modifier and Type Class Description class
AssocModelImpl
Data that underly anAssoc
.class
AssocTypeModelImpl
Data that underlies aAssocType
.class
RelatedAssocModelImpl
class
RelatedTopicModelImpl
class
TopicModelImpl
-
Uses of DMXObjectModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return DMXObjectModelImpl Modifier and Type Method Description DMXObjectModelImpl
DMXStorage. fetchObject(long id)
-
Uses of DMXObjectModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return DMXObjectModelImpl Modifier and Type Method Description DMXObjectModelImpl
Neo4jStorage. fetchObject(long id)
-