org.whatsitcalled.webflange.model
Class ProjectDAOHibernate
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.whatsitcalled.webflange.model.ProjectDAOHibernate
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, ProjectDAO
public class ProjectDAOHibernate
- extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
- implements ProjectDAO
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
ProjectDAOHibernate
public ProjectDAOHibernate()
getProject
public Project getProject(java.lang.Long id)
- Specified by:
getProject
in interface ProjectDAO
getProjects
public java.util.List getProjects()
- Specified by:
getProjects
in interface ProjectDAO
getProjects
public java.util.List getProjects(int first,
int count,
java.lang.String orderby)
- Specified by:
getProjects
in interface ProjectDAO
removeProject
public void removeProject(java.lang.Long id)
- Specified by:
removeProject
in interface ProjectDAO
saveProject
public void saveProject(Project project)
- Specified by:
saveProject
in interface ProjectDAO
findByName
public Project findByName(java.lang.String name)
- Specified by:
findByName
in interface ProjectDAO
Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.