|
||||||||||
| 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.orm.hibernate3.support.HibernateDaoSupport
com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl<FlowRef,java.lang.String>
com.ebmwebsourcing.petalsview.persistence.dao.flowref.FlowRefDAOImpl
@Repository(value="flowRefDAO") public class FlowRefDAOImpl
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl |
|---|
type |
| Constructor Summary | |
|---|---|
FlowRefDAOImpl(org.hibernate.SessionFactory factory)
|
|
| Method Summary | |
|---|---|
FlowRef |
loadByName(java.lang.String name)
|
FlowRef |
loadByType(int type)
|
| Methods inherited from class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl |
|---|
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getLocalSessionFactoryBean, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique, setLocalSessionFactoryBean, setType |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| 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 |
| Methods inherited from interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO |
|---|
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique |
| Constructor Detail |
|---|
public FlowRefDAOImpl(@Qualifier(value="sessionFactory")
org.hibernate.SessionFactory factory)
| Method Detail |
|---|
public FlowRef loadByType(int type)
loadByType in interface FlowRefDAOpublic FlowRef loadByName(java.lang.String name)
loadByName in interface FlowRefDAO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||