You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Marco Tenti <te...@gmail.com> on 2016/01/07 16:11:57 UTC

What to use instead SimpleBulkUpdateHandler on jena 3?

Hi, very simple question, i must update a old project from jena 2 to jena
3, what it's the best otion to replace all the "BulkUpdateHandler"
extensions to use the new Graph package in jena 3?

Re: What to use instead SimpleBulkUpdateHandler on jena 3?

Posted by Andy Seaborne <an...@apache.org>.
On 07/01/16 15:11, Marco Tenti wrote:
> Hi, very simple question, i must update a old project from jena 2 to jena
> 3, what it's the best otion to replace all the "BulkUpdateHandler"
> extensions to use the new Graph package in jena 3?
>

org.apache.jena.graph.GraphUtil has functions add() and delete() to 
replace the BulkUpdateHandler operations.

	Andy