public interface SessionConfigAbstract extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
begin()
Initialize the session and transaction of the Hibernate
|
void |
commit()
Confirm the transaction changes
|
void |
finish()
Close the session and the transaction of the Hibernate
|
void |
rollback()
Undoes the transaction changes
|
org.hibernate.Session begin()
void commit()
void rollback()
void finish()
Copyright © 2016. All rights reserved.