Uses of Interface
com.hp.hpl.jena.sparql.core.Transactional

Packages that use Transactional
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.modify   
 

Uses of Transactional in com.hp.hpl.jena.sparql.core
 

Classes in com.hp.hpl.jena.sparql.core that implement Transactional
 class DatasetGraphTrackActive
          Track the transactional state of a DatasetGraph
 class DatasetGraphWithLock
          A DatasetGraph that uses the dataset lock to give weak transactional behaviour, that is the application see transaction but they are not durable.
 class TransactionalNull
           
 

Uses of Transactional in com.hp.hpl.jena.sparql.modify
 

Classes in com.hp.hpl.jena.sparql.modify that implement Transactional
 class GraphStoreNullTransactional
          A transactional black hole for Quads, add as many as you want and it will forget them all.
 



Licenced under the Apache License, Version 2.0