edu.uoc.tfc.dbmodel.crud
Class TipusSiniestreManageableDaoBase
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
edu.uoc.tfc.dbmodel.crud.TipusSiniestreManageableDaoBase
- All Implemented Interfaces:
- TipusSiniestreManageableDao, org.springframework.beans.factory.InitializingBean
public final class TipusSiniestreManageableDaoBase
- extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
- implements TipusSiniestreManageableDao
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TipusSiniestreManageableDaoBase
public TipusSiniestreManageableDaoBase()
setDao
public void setDao(TipusSiniestreDao dao)
setPartsDao
public void setPartsDao(PartDao partsDao)
create
public TipusSiniestre create(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
- Specified by:
create
in interface TipusSiniestreManageableDao
readById
public TipusSiniestre readById(java.lang.Long id)
- Specified by:
readById
in interface TipusSiniestreManageableDao
read
public java.util.List read(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
- Specified by:
read
in interface TipusSiniestreManageableDao
readAll
public java.util.List readAll()
- Specified by:
readAll
in interface TipusSiniestreManageableDao
readBackingLists
public java.util.Map readBackingLists()
- Specified by:
readBackingLists
in interface TipusSiniestreManageableDao
update
public TipusSiniestre update(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
- Specified by:
update
in interface TipusSiniestreManageableDao
delete
public void delete(java.lang.Long[] ids)
- Specified by:
delete
in interface TipusSiniestreManageableDao