Uses of Interface
org.eclipse.rdf4j.spring.support.UUIDSource
-
-
Uses of UUIDSource in org.eclipse.rdf4j.spring.support
Classes in org.eclipse.rdf4j.spring.support that implement UUIDSource Modifier and Type Class Description class
DefaultUUIDSource
Constructors in org.eclipse.rdf4j.spring.support with parameters of type UUIDSource Constructor Description RDF4JTemplate(RepositoryConnectionFactory repositoryConnectionFactory, OperationInstantiator operationInstantiator, org.springframework.core.io.ResourceLoader resourceLoader, UUIDSource uuidSource)
-
Uses of UUIDSource in org.eclipse.rdf4j.spring.uuidsource.noveltychecking
Classes in org.eclipse.rdf4j.spring.uuidsource.noveltychecking that implement UUIDSource Modifier and Type Class Description class
NoveltyCheckingUUIDSource
-
Uses of UUIDSource in org.eclipse.rdf4j.spring.uuidsource.predictable
Classes in org.eclipse.rdf4j.spring.uuidsource.predictable that implement UUIDSource Modifier and Type Class Description class
PredictableUUIDSource
UUID source that generates the same sequence of UUIDs by counting up along
counter and using that as the value for generating a UUID. -
Uses of UUIDSource in org.eclipse.rdf4j.spring.uuidsource.sequence
Classes in org.eclipse.rdf4j.spring.uuidsource.sequence that implement UUIDSource Modifier and Type Class Description class
UUIDSequence
-
Uses of UUIDSource in org.eclipse.rdf4j.spring.uuidsource.simple
Classes in org.eclipse.rdf4j.spring.uuidsource.simple that implement UUIDSource Modifier and Type Class Description class
SimpleRepositoryUUIDSource
-