Thomas Vandahl created TORQUE-350: ------------------------------------- Summary: Make use of try-with-resources possible with Torque transactions Key: TORQUE-350 URL: https://issues.apache.org/jira/browse/TORQUE-350 Project: Torque Issue Type: Improvement Components: Runtime, Templates Affects Versions: 4.0 Reporter: Thomas Vandahl Fix For: 4.1
We use the java.sql.Connection to wrap database operations into transactions. As of Java7, Connection is AutoCloseable. I propose to introduce a dynamic proxy to catch the close call and implement the pattern as described in https://db.apache.org/torque/torque-4.0/documentation/orm-reference/connections-transactions.html -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org