Package org.eclipse.rdf4j.spring.support
Interface UUIDSource
-
- All Known Implementing Classes:
DefaultUUIDSource
,NoveltyCheckingUUIDSource
,PredictableUUIDSource
,SimpleRepositoryUUIDSource
,UUIDSequence
public interface UUIDSource
Interface for making different approaches of obtaining new UUIDs pluggable into theRdf4JTemplate
. TheRdf4JConfig
.For more information, see
org.eclipse.rdf4j.spring.uuidsource
.- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IRI
nextUUID()
default IRI
toURNUUID(String uuid)
-