|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
com.liferay.portal.service.persistence.BasePersistence
Field Summary |
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Constructor Summary | |
BasePersistence()
|
Method Summary | |
void |
closeSession(org.hibernate.Session session)
|
protected org.hibernate.dialect.Dialect |
getDialect()
|
org.hibernate.SessionFactory |
getSessionFactory()
|
protected org.hibernate.Session |
openSession()
|
protected org.hibernate.Session |
openSession(org.hibernate.SessionFactory sessionFactory)
|
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
|
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport |
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasePersistence()
Method Detail |
public org.hibernate.SessionFactory getSessionFactory()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
protected org.hibernate.dialect.Dialect getDialect()
public void closeSession(org.hibernate.Session session)
protected org.hibernate.Session openSession() throws org.hibernate.HibernateException
org.hibernate.HibernateException
protected org.hibernate.Session openSession(org.hibernate.SessionFactory sessionFactory) throws org.hibernate.HibernateException
org.hibernate.HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |