Package com.soffid.iam.model
Class HostPortEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.HostPortEntityDaoBase
-
- com.soffid.iam.model.HostPortEntityDaoImpl
-
- All Implemented Interfaces:
HostPortEntityDao,org.springframework.beans.factory.InitializingBean
public class HostPortEntityDaoImpl extends HostPortEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description HostPortEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhostPortToEntity(com.soffid.iam.api.HostPort source, HostPortEntity target, boolean copyIfNull)Copy data fromHostPortobjectvoidtoHostPort(HostPortEntity source, com.soffid.iam.api.HostPort target)Copy data toHostPortobject-
Methods inherited from class com.soffid.iam.model.HostPortEntityDaoBase
create, create, getHostEntityDao, hostPortToEntity, hostPortToEntityList, load, loadAll, newHostPortEntity, query, query, remove, remove, remove, setHostEntityDao, toHostPort, toHostPortList, 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
-
toHostPort
public void toHostPort(HostPortEntity source, com.soffid.iam.api.HostPort target)
Description copied from class:HostPortEntityDaoBaseCopy data toHostPortobject- Specified by:
toHostPortin interfaceHostPortEntityDao- Overrides:
toHostPortin classHostPortEntityDaoBase
-
hostPortToEntity
public void hostPortToEntity(com.soffid.iam.api.HostPort source, HostPortEntity target, boolean copyIfNull)Description copied from class:HostPortEntityDaoBaseCopy data fromHostPortobject- Specified by:
hostPortToEntityin interfaceHostPortEntityDao- Overrides:
hostPortToEntityin classHostPortEntityDaoBase
-
-