Package com.soffid.iam.model
Class GroupAttributeEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.GroupAttributeEntityDaoBase
-
- All Implemented Interfaces:
GroupAttributeEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
GroupAttributeEntityDaoImpl
public abstract class GroupAttributeEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements GroupAttributeEntityDao
DAO Base for Entity GroupAttributeEntity
-
-
Constructor Summary
Constructors Constructor Description GroupAttributeEntityDaoBase()
-
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
create(Collection<? extends GroupAttributeEntity> entities)
Creates a collection ofGroupAttributeEntity
and adds it to the persistent store.List<GroupAttributeEntity>
findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementationList<GroupAttributeEntity>
findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementationList<GroupAttributeEntity>
findByNameAndValue(String name, String value)
Operation findByNameAndValueAuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.com.soffid.iam.service.AuthorizationService
getAuthorizationService()
Gets reference toautoritzacioService
.GroupEntityDao
getGroupEntityDao()
Gets reference togrupEntityDao
.MetaDataEntityDao
getMetaDataEntityDao()
Gets reference totipusDadaEntityDao
.GroupAttributeEntity
load(Long id)
Loads an instance ofGroupAttributeEntity
from the persistent store.List<GroupAttributeEntity>
loadAll()
Loads all instances ofGroupAttributeEntity
from the persistent store.GroupAttributeEntity
newGroupAttributeEntity()
Creates an instance ofGroupAttributeEntity
.List<GroupAttributeEntity>
query(String queryString, Parameter[] parameters)
Query ofGroupAttributeEntity
from the persistent store.List<GroupAttributeEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofGroupAttributeEntity
from the persistent store.void
remove(GroupAttributeEntity entity)
Removes an instance ofGroupAttributeEntity
from the persistent store.void
remove(Long id)
Removes an instance ofGroupAttributeEntity
from the persistent store.void
remove(Collection<? extends GroupAttributeEntity> entities)
Removes a collection ofGroupAttributeEntity
from the persistent store.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setAuthorizationService(com.soffid.iam.service.AuthorizationService autoritzacioService)
Sets reference toautoritzacioService
.void
setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao
.void
setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao
.void
update(GroupAttributeEntity entity)
Updates an instance ofGroupAttributeEntity
at the persistent store.void
update(Collection<? extends GroupAttributeEntity> entities)
Updates a collection ofGroupAttributeEntity
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
.
-
setGroupEntityDao
public void setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao
.
-
getGroupEntityDao
public GroupEntityDao getGroupEntityDao()
Gets reference togrupEntityDao
.
-
setMetaDataEntityDao
public void setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao
.
-
getMetaDataEntityDao
public MetaDataEntityDao getMetaDataEntityDao()
Gets reference totipusDadaEntityDao
.
-
findByNameAndValue
public List<GroupAttributeEntity> findByNameAndValue(String name, String value)
Operation findByNameAndValue- Specified by:
findByNameAndValue
in interfaceGroupAttributeEntityDao
- Parameters:
name
-value
-- Returns:
-
findByNameAndValue
public List<GroupAttributeEntity> findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)
CriteriaSearchConfiguration implementation- Specified by:
findByNameAndValue
in interfaceGroupAttributeEntityDao
-
findByNameAndValue
public List<GroupAttributeEntity> findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)
Internal implementation
-
newGroupAttributeEntity
public GroupAttributeEntity newGroupAttributeEntity()
Creates an instance ofGroupAttributeEntity
.- Specified by:
newGroupAttributeEntity
in interfaceGroupAttributeEntityDao
-
load
public GroupAttributeEntity load(Long id)
Loads an instance ofGroupAttributeEntity
from the persistent store.- Specified by:
load
in interfaceGroupAttributeEntityDao
-
loadAll
public List<GroupAttributeEntity> loadAll()
Loads all instances ofGroupAttributeEntity
from the persistent store.- Specified by:
loadAll
in interfaceGroupAttributeEntityDao
-
create
public void create(GroupAttributeEntity entity)
Adds an instance ofGroupAttributeEntity
to the persistent store.- Specified by:
create
in interfaceGroupAttributeEntityDao
-
update
public void update(GroupAttributeEntity entity)
Updates an instance ofGroupAttributeEntity
at the persistent store.- Specified by:
update
in interfaceGroupAttributeEntityDao
-
remove
public void remove(GroupAttributeEntity entity)
Removes an instance ofGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceGroupAttributeEntityDao
-
create
public void create(Collection<? extends GroupAttributeEntity> entities)
Creates a collection ofGroupAttributeEntity
and adds it to the persistent store.- Specified by:
create
in interfaceGroupAttributeEntityDao
-
update
public void update(Collection<? extends GroupAttributeEntity> entities)
Updates a collection ofGroupAttributeEntity
in the persistent store.- Specified by:
update
in interfaceGroupAttributeEntityDao
-
remove
public void remove(Collection<? extends GroupAttributeEntity> entities)
Removes a collection ofGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceGroupAttributeEntityDao
-
remove
public void remove(Long id)
Removes an instance ofGroupAttributeEntity
from the persistent store.- Specified by:
remove
in interfaceGroupAttributeEntityDao
-
query
public List<GroupAttributeEntity> query(String queryString, Parameter[] parameters)
Query ofGroupAttributeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceGroupAttributeEntityDao
-
query
public List<GroupAttributeEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofGroupAttributeEntity
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 interfaceGroupAttributeEntityDao
-
-