Package com.soffid.iam.model
Class CustomObjectAttributeEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.CustomObjectAttributeEntityDaoBase
-
- All Implemented Interfaces:
CustomObjectAttributeEntityDao,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
CustomObjectAttributeEntityDaoImpl
public abstract class CustomObjectAttributeEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements CustomObjectAttributeEntityDao
DAO Base for Entity CustomObjectAttributeEntity
-
-
Constructor Summary
Constructors Constructor Description CustomObjectAttributeEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(CustomObjectAttributeEntity entity)Adds an instance ofCustomObjectAttributeEntityto the persistent store.voidcreate(Collection<? extends CustomObjectAttributeEntity> entities)Creates a collection ofCustomObjectAttributeEntityand adds it to the persistent store.List<CustomObjectAttributeEntity>findByTypeNameAndValue(CriteriaSearchConfiguration criteria, String type, String name, String value)CriteriaSearchConfiguration implementationList<CustomObjectAttributeEntity>findByTypeNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String type, String name, String value)Internal implementationList<CustomObjectAttributeEntity>findByTypeNameAndValue(String type, String name, String value)Operation findByTypeNameAndValueAuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.com.soffid.iam.service.AuthorizationServicegetAuthorizationService()Gets reference toautoritzacioService.CustomObjectEntityDaogetCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.MetaDataEntityDaogetMetaDataEntityDao()Gets reference totipusDadaEntityDao.CustomObjectAttributeEntityload(Long id)Loads an instance ofCustomObjectAttributeEntityfrom the persistent store.List<CustomObjectAttributeEntity>loadAll()Loads all instances ofCustomObjectAttributeEntityfrom the persistent store.CustomObjectAttributeEntitynewCustomObjectAttributeEntity()Creates an instance ofCustomObjectAttributeEntity.List<CustomObjectAttributeEntity>query(String queryString, Parameter[] parameters)Query ofCustomObjectAttributeEntityfrom the persistent store.List<CustomObjectAttributeEntity>query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofCustomObjectAttributeEntityfrom the persistent store.voidremove(CustomObjectAttributeEntity entity)Removes an instance ofCustomObjectAttributeEntityfrom the persistent store.voidremove(Long id)Removes an instance ofCustomObjectAttributeEntityfrom the persistent store.voidremove(Collection<? extends CustomObjectAttributeEntity> entities)Removes a collection ofCustomObjectAttributeEntityfrom the persistent store.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetAuthorizationService(com.soffid.iam.service.AuthorizationService autoritzacioService)Sets reference toautoritzacioService.voidsetCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)Sets reference tocustomObjectEntityDao.voidsetMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)Sets reference totipusDadaEntityDao.voidupdate(CustomObjectAttributeEntity entity)Updates an instance ofCustomObjectAttributeEntityat the persistent store.voidupdate(Collection<? extends CustomObjectAttributeEntity> entities)Updates a collection ofCustomObjectAttributeEntityin 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.
-
setCustomObjectEntityDao
public void setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao.
-
getCustomObjectEntityDao
public CustomObjectEntityDao getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao.
-
setMetaDataEntityDao
public void setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao.
-
getMetaDataEntityDao
public MetaDataEntityDao getMetaDataEntityDao()
Gets reference totipusDadaEntityDao.
-
findByTypeNameAndValue
public List<CustomObjectAttributeEntity> findByTypeNameAndValue(String type, String name, String value)
Operation findByTypeNameAndValue- Specified by:
findByTypeNameAndValuein interfaceCustomObjectAttributeEntityDao- Parameters:
type-name-value-- Returns:
-
findByTypeNameAndValue
public List<CustomObjectAttributeEntity> findByTypeNameAndValue(CriteriaSearchConfiguration criteria, String type, String name, String value)
CriteriaSearchConfiguration implementation- Specified by:
findByTypeNameAndValuein interfaceCustomObjectAttributeEntityDao
-
findByTypeNameAndValue
public List<CustomObjectAttributeEntity> findByTypeNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String type, String name, String value)
Internal implementation
-
newCustomObjectAttributeEntity
public CustomObjectAttributeEntity newCustomObjectAttributeEntity()
Creates an instance ofCustomObjectAttributeEntity.- Specified by:
newCustomObjectAttributeEntityin interfaceCustomObjectAttributeEntityDao
-
load
public CustomObjectAttributeEntity load(Long id)
Loads an instance ofCustomObjectAttributeEntityfrom the persistent store.- Specified by:
loadin interfaceCustomObjectAttributeEntityDao
-
loadAll
public List<CustomObjectAttributeEntity> loadAll()
Loads all instances ofCustomObjectAttributeEntityfrom the persistent store.- Specified by:
loadAllin interfaceCustomObjectAttributeEntityDao
-
create
public void create(CustomObjectAttributeEntity entity)
Adds an instance ofCustomObjectAttributeEntityto the persistent store.- Specified by:
createin interfaceCustomObjectAttributeEntityDao
-
update
public void update(CustomObjectAttributeEntity entity)
Updates an instance ofCustomObjectAttributeEntityat the persistent store.- Specified by:
updatein interfaceCustomObjectAttributeEntityDao
-
remove
public void remove(CustomObjectAttributeEntity entity)
Removes an instance ofCustomObjectAttributeEntityfrom the persistent store.- Specified by:
removein interfaceCustomObjectAttributeEntityDao
-
create
public void create(Collection<? extends CustomObjectAttributeEntity> entities)
Creates a collection ofCustomObjectAttributeEntityand adds it to the persistent store.- Specified by:
createin interfaceCustomObjectAttributeEntityDao
-
update
public void update(Collection<? extends CustomObjectAttributeEntity> entities)
Updates a collection ofCustomObjectAttributeEntityin the persistent store.- Specified by:
updatein interfaceCustomObjectAttributeEntityDao
-
remove
public void remove(Collection<? extends CustomObjectAttributeEntity> entities)
Removes a collection ofCustomObjectAttributeEntityfrom the persistent store.- Specified by:
removein interfaceCustomObjectAttributeEntityDao
-
remove
public void remove(Long id)
Removes an instance ofCustomObjectAttributeEntityfrom the persistent store.- Specified by:
removein interfaceCustomObjectAttributeEntityDao
-
query
public List<CustomObjectAttributeEntity> query(String queryString, Parameter[] parameters)
Query ofCustomObjectAttributeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
queryin interfaceCustomObjectAttributeEntityDao
-
query
public List<CustomObjectAttributeEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofCustomObjectAttributeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
queryin interfaceCustomObjectAttributeEntityDao
-
-