Uses of Interface
systems.dmx.core.storage.spi.DMXTransaction
-
Packages that use DMXTransaction Package Description systems.dmx.core.impl systems.dmx.core.service systems.dmx.core.storage.spi systems.dmx.storage.neo4j -
-
Uses of DMXTransaction in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return DMXTransaction Modifier and Type Method Description DMXTransaction
CoreServiceImpl. beginTx()
-
Uses of DMXTransaction in systems.dmx.core.service
Methods in systems.dmx.core.service that return DMXTransaction Modifier and Type Method Description DMXTransaction
CoreService. beginTx()
-
Uses of DMXTransaction in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return DMXTransaction Modifier and Type Method Description DMXTransaction
DMXStorage. beginTx()
-
Uses of DMXTransaction in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return DMXTransaction Modifier and Type Method Description DMXTransaction
Neo4jStorage. beginTx()
-