Uses of Class
org.apache.jena.rdfpatch.changes.RDFChangesWrapper
Packages that use RDFChangesWrapper
-
Uses of RDFChangesWrapper in org.apache.jena.rdfpatch.changes
Subclasses of RDFChangesWrapper in org.apache.jena.rdfpatch.changesModifier and TypeClassDescriptionclassWrapper for RDFChanges that ignores transaction begin/commit in the patch assuming the caller is handling that, for example, executing a batch of patches in a single transaction.classAnRDFChangesthat adds callbacks on start/finish. -
Uses of RDFChangesWrapper in org.apache.jena.rdfpatch.system
Subclasses of RDFChangesWrapper in org.apache.jena.rdfpatch.systemModifier and TypeClassDescriptionclassNote whether a change has happened and call different operations on txnCommit A change is a call to one of the dataset-changing operations,add,delete,addPrefix,deletePrefix.