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 void
create(GroupAttributeEntity entity)
Adds an instance ofGroupAttributeEntity
to the persistent store.void
remove(GroupAttributeEntity entity)
Removes an instance ofGroupAttributeEntity
from the persistent store.void
update(GroupAttributeEntity entity)
Updates an instance ofGroupAttributeEntity
at 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:GroupAttributeEntityDaoBase
Adds an instance ofGroupAttributeEntity
to the persistent store.- Specified by:
create
in interfaceGroupAttributeEntityDao
- Overrides:
create
in classGroupAttributeEntityDaoBase
-
remove
public void remove(GroupAttributeEntity entity)
Description copied from class:GroupAttributeEntityDaoBase
Removes an instance ofGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceGroupAttributeEntityDao
- Overrides:
remove
in classGroupAttributeEntityDaoBase
-
update
public void update(GroupAttributeEntity entity)
Description copied from class:GroupAttributeEntityDaoBase
Updates an instance ofGroupAttributeEntity
at the persistent store.- Specified by:
update
in interfaceGroupAttributeEntityDao
- Overrides:
update
in classGroupAttributeEntityDaoBase
-
-