Class SimpleRepositoryUUIDSource
- java.lang.Object
-
- org.eclipse.rdf4j.spring.uuidsource.simple.SimpleRepositoryUUIDSource
-
- All Implemented Interfaces:
UUIDSource
public class SimpleRepositoryUUIDSource extends Object implements UUIDSource
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Constructor Summary
Constructors Constructor Description SimpleRepositoryUUIDSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRI
nextUUID()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.spring.support.UUIDSource
toURNUUID
-
-
-
-
Method Detail
-
nextUUID
public IRI nextUUID()
- Specified by:
nextUUID
in interfaceUUIDSource
-
-