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 void
hostPortToEntity(com.soffid.iam.api.HostPort source, HostPortEntity target, boolean copyIfNull)
Copy data fromHostPort
objectvoid
toHostPort(HostPortEntity source, com.soffid.iam.api.HostPort target)
Copy data toHostPort
object-
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:HostPortEntityDaoBase
Copy data toHostPort
object- Specified by:
toHostPort
in interfaceHostPortEntityDao
- Overrides:
toHostPort
in classHostPortEntityDaoBase
-
hostPortToEntity
public void hostPortToEntity(com.soffid.iam.api.HostPort source, HostPortEntity target, boolean copyIfNull)
Description copied from class:HostPortEntityDaoBase
Copy data fromHostPort
object- Specified by:
hostPortToEntity
in interfaceHostPortEntityDao
- Overrides:
hostPortToEntity
in classHostPortEntityDaoBase
-
-