uk.ac.soton.itinnovation.grid.service.sla.dao.hibernate
Class SLATemplateDAOImpl

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.sla.dao.GenericHibernateDAO<SLATemplate,String>
      extended by uk.ac.soton.itinnovation.grid.service.sla.dao.hibernate.SLATemplateDAOImpl
All Implemented Interfaces:
GenericDAO<SLATemplate,String>, SLATemplateDAO

public class SLATemplateDAOImpl
extends GenericHibernateDAO<SLATemplate,String>
implements SLATemplateDAO


Constructor Summary
SLATemplateDAOImpl()
           
 
Method Summary
 void saveOrUpdate(SLATemplate template)
          Save or update entity
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.sla.dao.GenericHibernateDAO
delete, findAll, findByCriteria, findById, findById, getPersistentClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.service.sla.dao.GenericDAO
delete, findAll, findById, findById
 

Constructor Detail

SLATemplateDAOImpl

public SLATemplateDAOImpl()
Method Detail

saveOrUpdate

public void saveOrUpdate(SLATemplate template)
Description copied from interface: GenericDAO
Save or update entity

Specified by:
saveOrUpdate in interface GenericDAO<SLATemplate,String>
Overrides:
saveOrUpdate in class GenericHibernateDAO<SLATemplate,String>
Parameters:
template - the entity to save or update


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.