nl.surfnet.coin.csa.dao.impl
Class CompoundServiceProviderHibernateDaoImpl

java.lang.Object
  extended by nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<CompoundServiceProvider>
      extended by nl.surfnet.coin.csa.dao.impl.CompoundServiceProviderHibernateDaoImpl
All Implemented Interfaces:
CompoundServiceProviderDao, nl.surfnet.coin.shared.service.GenericService<CompoundServiceProvider>

@Repository
public class CompoundServiceProviderHibernateDaoImpl
extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<CompoundServiceProvider>
implements CompoundServiceProviderDao

CompoundServiceProviderHibernateDaoImpl.java


Constructor Summary
CompoundServiceProviderHibernateDaoImpl()
           
 
Method Summary
 List<CompoundServiceProvider> findAll()
           
 CompoundServiceProvider findByEntityId(String entityId)
          Find by the given entityId
 
Methods inherited from class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl
createCriteria, delete, detachFromSession, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Constructor Detail

CompoundServiceProviderHibernateDaoImpl

public CompoundServiceProviderHibernateDaoImpl()
Method Detail

findByEntityId

public CompoundServiceProvider findByEntityId(String entityId)
Description copied from interface: CompoundServiceProviderDao
Find by the given entityId

Specified by:
findByEntityId in interface CompoundServiceProviderDao
Parameters:
entityId - the entityId of the sp
Returns:
the CompoundServiceProvider found

findAll

public List<CompoundServiceProvider> findAll()
Specified by:
findAll in interface nl.surfnet.coin.shared.service.GenericService<CompoundServiceProvider>
Overrides:
findAll in class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<CompoundServiceProvider>


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.