-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
After we unblocked org.hibernate.SessionFactory, the next step is naturally to do the same thing for org.hibernate.Session, which is also related to transaction demarcation for the usual SessionFactory usage is to create a Session within a transaction.
Note that Session could be created without issue but jdbc connection and transaction will be created lazily when it is used for any real work, e.g.
sessionFactory.inTransaction(session -> { ... });
- depends on
-
HIBERNATE-9 unblock org.hibernate.SessionFactory
-
- Closed
-
1.
|
implement java.sql.Connection | HIBERNATE-29 |
|
Closed | Nathan Xu | |
2.
|
transaction demarcation | HIBERNATE-30 |
|
Closed | Nathan Xu |