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 void
create(HostAttributeEntity entity)
Adds an instance ofHostAttributeEntity
to the persistent store.void
remove(HostAttributeEntity entity)
Removes an instance ofHostAttributeEntity
from the persistent store.void
update(HostAttributeEntity entity)
Updates an instance ofHostAttributeEntity
at 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:HostAttributeEntityDaoBase
Adds an instance ofHostAttributeEntity
to the persistent store.- Specified by:
create
in interfaceHostAttributeEntityDao
- Overrides:
create
in classHostAttributeEntityDaoBase
-
remove
public void remove(HostAttributeEntity entity)
Description copied from class:HostAttributeEntityDaoBase
Removes an instance ofHostAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceHostAttributeEntityDao
- Overrides:
remove
in classHostAttributeEntityDaoBase
-
update
public void update(HostAttributeEntity entity)
Description copied from class:HostAttributeEntityDaoBase
Updates an instance ofHostAttributeEntity
at the persistent store.- Specified by:
update
in interfaceHostAttributeEntityDao
- Overrides:
update
in classHostAttributeEntityDaoBase
-
-