Package com.soffid.iam.model
Class HostAttributeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.HostAttributeEntityDaoBase
-
- com.soffid.iam.model.HostAttributeEntityDaoImpl
-
- All Implemented Interfaces:
HostAttributeEntityDao,org.springframework.beans.factory.InitializingBean
public class HostAttributeEntityDaoImpl extends HostAttributeEntityDaoBase
DAO AccountAttributeEntity implementation
-
-
Constructor Summary
Constructors Constructor Description HostAttributeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(HostAttributeEntity entity)Adds an instance ofHostAttributeEntityto the persistent store.voidremove(HostAttributeEntity entity)Removes an instance ofHostAttributeEntityfrom the persistent store.voidupdate(HostAttributeEntity entity)Updates an instance ofHostAttributeEntityat the persistent store.-
Methods inherited from class com.soffid.iam.model.HostAttributeEntityDaoBase
create, findByNameAndValue, findByNameAndValue, findByNameAndValue, getAuditEntityDao, getAuthorizationService, getHostEntityDao, getMetaDataEntityDao, load, loadAll, newHostAttributeEntity, query, query, remove, remove, setAuditEntityDao, setAuthorizationService, setHostEntityDao, setMetaDataEntityDao, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
create
public void create(HostAttributeEntity entity)
Description copied from class:HostAttributeEntityDaoBaseAdds an instance ofHostAttributeEntityto the persistent store.- Specified by:
createin interfaceHostAttributeEntityDao- Overrides:
createin classHostAttributeEntityDaoBase
-
remove
public void remove(HostAttributeEntity entity)
Description copied from class:HostAttributeEntityDaoBaseRemoves an instance ofHostAttributeEntityfrom the persistent store.- Specified by:
removein interfaceHostAttributeEntityDao- Overrides:
removein classHostAttributeEntityDaoBase
-
update
public void update(HostAttributeEntity entity)
Description copied from class:HostAttributeEntityDaoBaseUpdates an instance ofHostAttributeEntityat the persistent store.- Specified by:
updatein interfaceHostAttributeEntityDao- Overrides:
updatein classHostAttributeEntityDaoBase
-
-