Uses of Class
org.eclipse.rdf4j.spring.operationlog.log.OperationLog
-
Packages that use OperationLog Package Description org.eclipse.rdf4j.spring.operationlog Rdf4j-Spring OperationLog -
-
Uses of OperationLog in org.eclipse.rdf4j.spring.operationlog
Constructors in org.eclipse.rdf4j.spring.operationlog with parameters of type OperationLog Constructor Description LoggingGraphQuery(GraphQuery delegate, OperationLog operationLog)
LoggingRepositoryConnection(RepositoryConnection delegate, OperationLog operationLog)
LoggingRepositoryConnectionFactory(RepositoryConnectionFactory delegate, OperationLog operationLog)
LoggingTupleQuery(TupleQuery delegate, OperationLog operationLog)
LoggingUpdate(Update delegate, OperationLog operationLog)
-