DATAGRAPH-340 - Added shutdown() method to GraphDatabase interface.
Original pull request: #133.
This commit is contained in:
committed by
Oliver Gierke
parent
62498f4b4d
commit
259d0ac9c7
@@ -131,4 +131,6 @@ public interface GraphDatabase {
|
||||
TransactionManager getTransactionManager();
|
||||
|
||||
Transaction beginTx();
|
||||
|
||||
void shutdown();
|
||||
}
|
||||
|
||||
@@ -263,6 +263,7 @@ public class DelegatingGraphDatabase implements GraphDatabase {
|
||||
return resultConverter;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown() {
|
||||
delegate.shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user