public interface IIDGenerator
The interface allows applications to control the ID creation if required.
org.openrdf.model.URI genId()
org.openrdf.model.URI genId(String scope)
scope
- The scope will be incorporated into the URI. This is not
necessary to make the URI globally unique, but it can make it
easier to embed some non-opaque semantics into a globally
unique URI.void rollback()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.