@Repository public class CompoundServiceProviderHibernateDaoImpl extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<CompoundServiceProvider> implements CompoundServiceProviderDao
| Constructor and Description |
|---|
CompoundServiceProviderHibernateDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
evict() |
List<CompoundServiceProvider> |
findAll() |
CompoundServiceProvider |
findByEntityId(String entityId)
Find by the given entityId
|
createCriteria, delete, detachFromSession, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdatepublic CompoundServiceProviderHibernateDaoImpl()
public CompoundServiceProvider findByEntityId(String entityId)
CompoundServiceProviderDaofindByEntityId in interface CompoundServiceProviderDaoentityId - the entityId of the sp@Cacheable(value="selfserviceDefault") public List<CompoundServiceProvider> findAll()
findAll in interface nl.surfnet.coin.shared.service.GenericService<CompoundServiceProvider>findAll in class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<CompoundServiceProvider>@CacheEvict(value="selfserviceDefault",
allEntries=true)
public void evict()
evict in interface CompoundServiceProviderDaoCopyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.