org.ikasan.console.pointtopointflow.dao
Class HibernatePointToPointFlowProfileDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.ikasan.console.pointtopointflow.dao.HibernatePointToPointFlowProfileDao
All Implemented Interfaces:
PointToPointFlowProfileDao, org.springframework.beans.factory.InitializingBean

public class HibernatePointToPointFlowProfileDao
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PointToPointFlowProfileDao

Hibernate implementation of the PointToPointFlowDao

Author:
Ikasan Development Team

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

HibernatePointToPointFlowProfileDao

public HibernatePointToPointFlowProfileDao()
Method Detail

findAllPointToPointFlowProfiles

public Set<PointToPointFlowProfile> findAllPointToPointFlowProfiles()
Description copied from interface: PointToPointFlowProfileDao
Get a list of all PointToPointFlowProfiles

Specified by:
findAllPointToPointFlowProfiles in interface PointToPointFlowProfileDao
Returns:
A list of PointToPointFlowProfiles
See Also:
PointToPointFlowProfileDao.findAllPointToPointFlowProfiles()

findPointToPointFlowProfiles

public Set<PointToPointFlowProfile> findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Description copied from interface: PointToPointFlowProfileDao
Get a list of all PointToPointFlowProfiles matching the Set of ids passed in

Specified by:
findPointToPointFlowProfiles in interface PointToPointFlowProfileDao
Parameters:
pointToPointFlowProfileIds - - Ids of the point to point profiles
Returns:
A list of PointToPointFlowProfiles
See Also:
PointToPointFlowProfileDao.findPointToPointFlowProfiles(Set)


Copyright © 2007-2014 Ikasan. All Rights Reserved.