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 void
hostServiceToEntity(com.soffid.iam.api.HostService source, HostServiceEntity target, boolean copyIfNull)
Copy data fromHostService
objectvoid
toHostService(HostServiceEntity source, com.soffid.iam.api.HostService target)
Copy data toHostService
object-
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:HostServiceEntityDaoBase
Copy data toHostService
object- Specified by:
toHostService
in interfaceHostServiceEntityDao
- Overrides:
toHostService
in classHostServiceEntityDaoBase
-
hostServiceToEntity
public void hostServiceToEntity(com.soffid.iam.api.HostService source, HostServiceEntity target, boolean copyIfNull)
Description copied from class:HostServiceEntityDaoBase
Copy data fromHostService
object- Specified by:
hostServiceToEntity
in interfaceHostServiceEntityDao
- Overrides:
hostServiceToEntity
in classHostServiceEntityDaoBase
-
-