Package com.soffid.iam.model
Class ChallengeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ChallengeEntityDaoBase
-
- com.soffid.iam.model.ChallengeEntityDaoImpl
-
- All Implemented Interfaces:
ChallengeEntityDao,org.springframework.beans.factory.InitializingBean
public class ChallengeEntityDaoImpl extends ChallengeEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description ChallengeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChallengeEntitychallengeToEntity(com.soffid.iam.api.Challenge instance)Transforms fromChallengeobjectvoidchallengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)Copy data fromChallengeobjectvoidtoChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)Copy data toChallengeobject-
Methods inherited from class com.soffid.iam.model.ChallengeEntityDaoBase
challengeToEntityList, create, create, findByChallengeId, findByChallengeId, findByChallengeId, findExpiredChallenges, findExpiredChallenges, findExpiredChallenges, getAccountEntityDao, getHostEntityDao, getTenantEntityDao, getUserEntityDao, load, loadAll, newChallengeEntity, query, query, remove, remove, remove, setAccountEntityDao, setHostEntityDao, setTenantEntityDao, setUserEntityDao, toChallenge, toChallengeList, 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
-
toChallenge
public void toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
Description copied from class:ChallengeEntityDaoBaseCopy data toChallengeobject- Specified by:
toChallengein interfaceChallengeEntityDao- Overrides:
toChallengein classChallengeEntityDaoBase
-
challengeToEntity
public void challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)Description copied from class:ChallengeEntityDaoBaseCopy data fromChallengeobject- Specified by:
challengeToEntityin interfaceChallengeEntityDao- Overrides:
challengeToEntityin classChallengeEntityDaoBase
-
challengeToEntity
public ChallengeEntity challengeToEntity(com.soffid.iam.api.Challenge instance)
Description copied from interface:ChallengeEntityDaoTransforms fromChallengeobject
-
-