Package org.eclipse.rdf4j.spring.support
Interface UUIDSource
-
- All Known Implementing Classes:
DefaultUUIDSource,NoveltyCheckingUUIDSource,PredictableUUIDSource,SimpleRepositoryUUIDSource,UUIDSequence
public interface UUIDSourceInterface 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 org.eclipse.rdf4j.model.IRInextUUID()default org.eclipse.rdf4j.model.IRItoURNUUID(String uuid)
-
-
-
Method Detail
-
nextUUID
org.eclipse.rdf4j.model.IRI nextUUID()
-
toURNUUID
default org.eclipse.rdf4j.model.IRI toURNUUID(String uuid)
-
-