Package com.soffid.iam.model
Class UserGroupAttributeEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.UserGroupAttributeEntityDaoBase
-
- All Implemented Interfaces:
UserGroupAttributeEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
UserGroupAttributeEntityDaoImpl
public abstract class UserGroupAttributeEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements UserGroupAttributeEntityDao
DAO Base for Entity UserGroupAttributeEntity
-
-
Constructor Summary
Constructors Constructor Description UserGroupAttributeEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(UserGroupAttributeEntity entity)
Adds an instance ofUserGroupAttributeEntity
to the persistent store.void
create(Collection<? extends UserGroupAttributeEntity> entities)
Creates a collection ofUserGroupAttributeEntity
and adds it to the persistent store.List<UserGroupAttributeEntity>
findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementationList<UserGroupAttributeEntity>
findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementationList<UserGroupAttributeEntity>
findByNameAndValue(String name, String value)
Operation findByNameAndValueAuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.com.soffid.iam.service.AuthorizationService
getAuthorizationService()
Gets reference toautoritzacioService
.MetaDataEntityDao
getMetaDataEntityDao()
Gets reference totipusDadaEntityDao
.UserGroupEntityDao
getUserGroupEntityDao()
Gets reference tousuariGrupEntityDao
.UserGroupAttributeEntity
load(Long id)
Loads an instance ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
loadAll()
Loads all instances ofUserGroupAttributeEntity
from the persistent store.UserGroupAttributeEntity
newUserGroupAttributeEntity()
Creates an instance ofUserGroupAttributeEntity
.List<UserGroupAttributeEntity>
query(String queryString, Parameter[] parameters)
Query ofUserGroupAttributeEntity
from the persistent store.List<UserGroupAttributeEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserGroupAttributeEntity
from the persistent store.void
remove(UserGroupAttributeEntity entity)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.void
remove(Long id)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.void
remove(Collection<? extends UserGroupAttributeEntity> entities)
Removes a collection ofUserGroupAttributeEntity
from the persistent store.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setAuthorizationService(com.soffid.iam.service.AuthorizationService autoritzacioService)
Sets reference toautoritzacioService
.void
setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao
.void
setUserGroupEntityDao(UserGroupEntityDao usuariGrupEntityDao)
Sets reference tousuariGrupEntityDao
.void
update(UserGroupAttributeEntity entity)
Updates an instance ofUserGroupAttributeEntity
at the persistent store.void
update(Collection<? extends UserGroupAttributeEntity> entities)
Updates a collection ofUserGroupAttributeEntity
in the persistent store.-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao
.
-
setAuthorizationService
public void setAuthorizationService(com.soffid.iam.service.AuthorizationService autoritzacioService)
Sets reference toautoritzacioService
.
-
getAuthorizationService
public com.soffid.iam.service.AuthorizationService getAuthorizationService()
Gets reference toautoritzacioService
.
-
setMetaDataEntityDao
public void setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao
.
-
getMetaDataEntityDao
public MetaDataEntityDao getMetaDataEntityDao()
Gets reference totipusDadaEntityDao
.
-
setUserGroupEntityDao
public void setUserGroupEntityDao(UserGroupEntityDao usuariGrupEntityDao)
Sets reference tousuariGrupEntityDao
.
-
getUserGroupEntityDao
public UserGroupEntityDao getUserGroupEntityDao()
Gets reference tousuariGrupEntityDao
.
-
findByNameAndValue
public List<UserGroupAttributeEntity> findByNameAndValue(String name, String value)
Operation findByNameAndValue- Specified by:
findByNameAndValue
in interfaceUserGroupAttributeEntityDao
- Parameters:
name
-value
-- Returns:
-
findByNameAndValue
public List<UserGroupAttributeEntity> findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementation- Specified by:
findByNameAndValue
in interfaceUserGroupAttributeEntityDao
-
findByNameAndValue
public List<UserGroupAttributeEntity> findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementation
-
newUserGroupAttributeEntity
public UserGroupAttributeEntity newUserGroupAttributeEntity()
Creates an instance ofUserGroupAttributeEntity
.- Specified by:
newUserGroupAttributeEntity
in interfaceUserGroupAttributeEntityDao
-
load
public UserGroupAttributeEntity load(Long id)
Loads an instance ofUserGroupAttributeEntity
from the persistent store.- Specified by:
load
in interfaceUserGroupAttributeEntityDao
-
loadAll
public List<UserGroupAttributeEntity> loadAll()
Loads all instances ofUserGroupAttributeEntity
from the persistent store.- Specified by:
loadAll
in interfaceUserGroupAttributeEntityDao
-
create
public void create(UserGroupAttributeEntity entity)
Adds an instance ofUserGroupAttributeEntity
to the persistent store.- Specified by:
create
in interfaceUserGroupAttributeEntityDao
-
update
public void update(UserGroupAttributeEntity entity)
Updates an instance ofUserGroupAttributeEntity
at the persistent store.- Specified by:
update
in interfaceUserGroupAttributeEntityDao
-
remove
public void remove(UserGroupAttributeEntity entity)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceUserGroupAttributeEntityDao
-
create
public void create(Collection<? extends UserGroupAttributeEntity> entities)
Creates a collection ofUserGroupAttributeEntity
and adds it to the persistent store.- Specified by:
create
in interfaceUserGroupAttributeEntityDao
-
update
public void update(Collection<? extends UserGroupAttributeEntity> entities)
Updates a collection ofUserGroupAttributeEntity
in the persistent store.- Specified by:
update
in interfaceUserGroupAttributeEntityDao
-
remove
public void remove(Collection<? extends UserGroupAttributeEntity> entities)
Removes a collection ofUserGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceUserGroupAttributeEntityDao
-
remove
public void remove(Long id)
Removes an instance ofUserGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceUserGroupAttributeEntityDao
-
query
public List<UserGroupAttributeEntity> query(String queryString, Parameter[] parameters)
Query ofUserGroupAttributeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceUserGroupAttributeEntityDao
-
query
public List<UserGroupAttributeEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofUserGroupAttributeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
query
in interfaceUserGroupAttributeEntityDao
-
-