Package com.soffid.iam.model
Class HostServiceEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.HostServiceEntityDaoBase
-
- com.soffid.iam.model.HostServiceEntityDaoImpl
-
- All Implemented Interfaces:
HostServiceEntityDao,org.springframework.beans.factory.InitializingBean
public class HostServiceEntityDaoImpl extends HostServiceEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description HostServiceEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhostServiceToEntity(com.soffid.iam.api.HostService source, HostServiceEntity target, boolean copyIfNull)Copy data fromHostServiceobjectvoidtoHostService(HostServiceEntity source, com.soffid.iam.api.HostService target)Copy data toHostServiceobject-
Methods inherited from class com.soffid.iam.model.HostServiceEntityDaoBase
create, create, getAccountEntityDao, getHostEntityDao, hostServiceToEntity, hostServiceToEntityList, load, loadAll, newHostServiceEntity, query, query, remove, remove, remove, setAccountEntityDao, setHostEntityDao, toHostService, toHostServiceList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
toHostService
public void toHostService(HostServiceEntity source, com.soffid.iam.api.HostService target)
Description copied from class:HostServiceEntityDaoBaseCopy data toHostServiceobject- Specified by:
toHostServicein interfaceHostServiceEntityDao- Overrides:
toHostServicein classHostServiceEntityDaoBase
-
hostServiceToEntity
public void hostServiceToEntity(com.soffid.iam.api.HostService source, HostServiceEntity target, boolean copyIfNull)Description copied from class:HostServiceEntityDaoBaseCopy data fromHostServiceobject- Specified by:
hostServiceToEntityin interfaceHostServiceEntityDao- Overrides:
hostServiceToEntityin classHostServiceEntityDaoBase
-
-