|
||||||||||
| 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
org.ikasan.console.pointtopointflow.dao.HibernatePointToPointFlowProfileDao
public class HibernatePointToPointFlowProfileDao
Hibernate implementation of the PointToPointFlowDao
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
HibernatePointToPointFlowProfileDao()
|
|
| Method Summary | |
|---|---|
Set<PointToPointFlowProfile> |
findAllPointToPointFlowProfiles()
Get a list of all PointToPointFlowProfiles |
Set<PointToPointFlowProfile> |
findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a list of all PointToPointFlowProfiles matching the Set of ids passed in |
| 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 |
| Constructor Detail |
|---|
public HibernatePointToPointFlowProfileDao()
| Method Detail |
|---|
public Set<PointToPointFlowProfile> findAllPointToPointFlowProfiles()
PointToPointFlowProfileDao
findAllPointToPointFlowProfiles in interface PointToPointFlowProfileDaoPointToPointFlowProfileDao.findAllPointToPointFlowProfiles()public Set<PointToPointFlowProfile> findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
PointToPointFlowProfileDao
findPointToPointFlowProfiles in interface PointToPointFlowProfileDaopointToPointFlowProfileIds - - Ids of the point to point profiles
PointToPointFlowProfileDao.findPointToPointFlowProfiles(Set)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||