public class HibernateDAO extends HqlDAO
HqlDAO.AbstractQuery, HqlDAO.AbstractSession| Modifier and Type | Field and Description |
|---|---|
protected org.hibernate.SessionFactory |
sessionFactory |
| Constructor and Description |
|---|
HibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
close() |
void |
end() |
void |
fail() |
void |
fail(Throwable th) |
protected org.hibernate.Session |
getCurrentSession() |
org.hibernate.SessionFactory |
getSessionFactory() |
protected void |
initSession() |
protected org.hibernate.Session |
openSession() |
deleteActiveConfigProfile, deleteActiveSubsystemDescription, getActiveConfigProfile, getActiveProfilesForSubsystem, getActiveSubsystemDescription, getActiveSubsystemDescription, getGhostDescription, getMachineConfiguration, getPreparedConfiguration, getProfilesForSubsystem, getSession, modifyParmConfig, saveConfigProfile, saveGhostDescriptions, saveMachineConfiguration, savePastProfile, savePreparedConfiguration, saveRun, saveSubsystemDescription, setSession, simpleHQLRequestprotected void initSession()
public org.hibernate.SessionFactory getSessionFactory()
public void begin()
public void end()
public void fail()
public void fail(Throwable th)
public void close()
protected org.hibernate.Session getCurrentSession()
protected org.hibernate.Session openSession()
Copyright © 2013 LSST. All Rights Reserved.