public interface HibernateSessionManager
Modifier and Type | Method and Description |
---|---|
void |
abort()
Aborts the current transaction, and starts a new transaction to replace it.
|
void |
commit()
Commits the current transaction (which will cause a flush of data to the database), then starts a new transaction
to replace it.
|
org.hibernate.Session |
getSession()
Gets the active session for this request, creating it as necessary.
|
org.hibernate.Session getSession()
HibernateSessionSource
void commit()
void abort()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.