Skip to content

Proposal JdbcSession

sebersole edited this page Nov 29, 2012 · 7 revisions

The name here comes from the name often used on the database side. It represents a connection/transaction; a session with the user. The proposal here is to simplify Hibernate's Connection and transaction management. The high-level view would be a class named JdbcSession that aggregates the notion of LogicalConnection with some representation of transaction.

More to come...

Clone this wiki locally