4849505152535455
{ getStoreConnection().get().commit(); } catch (SQLException sqlex) { throw new TransactionException(sqlex); } }
5960616263646566
{ getStoreConnection().get().rollback(); } catch (SQLException sqlex) { throw new TransactionException(sqlex); } }
7071727374757677
{ getStoreConnection().get().close(); } catch (SQLException sqlex) { throw new TransactionException(sqlex); } }