Package com.soffid.iam.model
Class GroupAttributeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.GroupAttributeEntityDaoBase
-
- com.soffid.iam.model.GroupAttributeEntityDaoImpl
-
- All Implemented Interfaces:
GroupAttributeEntityDao,org.springframework.beans.factory.InitializingBean
public class GroupAttributeEntityDaoImpl extends GroupAttributeEntityDaoBase
DAO AccountAttributeEntity implementation
-
-
Constructor Summary
Constructors Constructor Description GroupAttributeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(GroupAttributeEntity entity)Adds an instance ofGroupAttributeEntityto the persistent store.voidremove(GroupAttributeEntity entity)Removes an instance ofGroupAttributeEntityfrom the persistent store.voidupdate(GroupAttributeEntity entity)Updates an instance ofGroupAttributeEntityat the persistent store.-
Methods inherited from class com.soffid.iam.model.GroupAttributeEntityDaoBase
create, findByNameAndValue, findByNameAndValue, findByNameAndValue, getAuditEntityDao, getAuthorizationService, getGroupEntityDao, getMetaDataEntityDao, load, loadAll, newGroupAttributeEntity, query, query, remove, remove, setAuditEntityDao, setAuthorizationService, setGroupEntityDao, 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(GroupAttributeEntity entity)
Description copied from class:GroupAttributeEntityDaoBaseAdds an instance ofGroupAttributeEntityto the persistent store.- Specified by:
createin interfaceGroupAttributeEntityDao- Overrides:
createin classGroupAttributeEntityDaoBase
-
remove
public void remove(GroupAttributeEntity entity)
Description copied from class:GroupAttributeEntityDaoBaseRemoves an instance ofGroupAttributeEntityfrom the persistent store.- Specified by:
removein interfaceGroupAttributeEntityDao- Overrides:
removein classGroupAttributeEntityDaoBase
-
update
public void update(GroupAttributeEntity entity)
Description copied from class:GroupAttributeEntityDaoBaseUpdates an instance ofGroupAttributeEntityat the persistent store.- Specified by:
updatein interfaceGroupAttributeEntityDao- Overrides:
updatein classGroupAttributeEntityDaoBase
-
-