-
Type:
Sub-task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Hibernate's transaction options are many, but most of them are out of our scope (like JTA integration), so we focus on the basic demarcation of JDBC, or relying on the `setAutoCommit(false)` to start a transaction.
Particularly we need to respond elegantly in face of Hibernate transaction configurations which we don't support, e.g. transaction isolation level.
- depends on
-
HIBERNATE-29 implement java.sql.Connection
-
- Closed
-
- is depended on by
-
HIBERNATE-36 Support per Session configuration of read and write concern
-
- Backlog
-