JodbSessionContainerSE() {
}
/*package*/ JodbSessionContainerSE(URI serverURI, ITransactionResolver transactionResolver, boolean readOnly) throws IOException {
_base = new JODBIOBaseProxy(serverURI);
_session = new JODBSession(_base);
if(!readOnly){
_transactionContainer = new TransactionContainer(_session, transactionResolver);
}
}