|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InfrastructureException | |
|---|---|
| com.melloware.jukes.db | |
| Uses of InfrastructureException in com.melloware.jukes.db |
|---|
| Methods in com.melloware.jukes.db that throw InfrastructureException | |
|---|---|
static void |
HibernateUtil.beginTransaction()
Start a new database transaction. |
static void |
HibernateUtil.closeSession()
Closes the Session local to the thread. |
static void |
HibernateUtil.commitTransaction()
Commit the database transaction. |
static org.hibernate.Session |
HibernateUtil.disconnectSession()
Disconnect and return Session from current Thread. |
static org.hibernate.Session |
HibernateUtil.getSession()
Retrieves the current Session local to the thread. |
static void |
HibernateUtil.rebuildSessionFactory()
Rebuild the SessionFactory with the static Configuration. |
static void |
HibernateUtil.rebuildSessionFactory(org.hibernate.cfg.Configuration cfg)
Rebuild the SessionFactory with the given Hibernate Configuration. |
static void |
HibernateUtil.rollbackTransaction()
Commit the database transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||