Class TransactionalRepositoryConnection

java.lang.Object
All Implemented Interfaces:
AutoCloseable, DelegatingRepositoryConnection, RepositoryConnection

public class TransactionalRepositoryConnection extends RepositoryConnectionWrapper
Connection wrapper that throws an exception if a write operation is attempted in a read-only transaction.
Since:
4.0.0
Author:
Florian Kleedorfer