You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.