cz.muni.fi.pclis.dao.peerEvaluation
Class StudentEvaluationDaoHibernate

java.lang.Object
  extended by cz.muni.fi.pclis.commons.dao.GenericHibernateDao<StudentEvaluation>
      extended by cz.muni.fi.pclis.dao.peerEvaluation.StudentEvaluationDaoHibernate
All Implemented Interfaces:
GenericDao<StudentEvaluation>, StudentEvaluationDao

public class StudentEvaluationDaoHibernate
extends GenericHibernateDao<StudentEvaluation>
implements StudentEvaluationDao

StudentEvaluation DAO Hibernate implementation User: Ľuboš Pecho Date: 1.4.2010 Time: 15:54:36


Constructor Summary
StudentEvaluationDaoHibernate()
           
 
Method Summary
 
Methods inherited from class cz.muni.fi.pclis.commons.dao.GenericHibernateDao
contains, containsById, create, createHibernateQuery, createJPAQuery, createNamedQuery, createQuery, createResultList, createResultSet, delete, em, findAll, findByCriteria, findById, findById, findByIDs, flush, getEntityClassSimpleName, getEntityManager, getHibernateEntityManager, getHibernateSession, getPersistentClass, getQuerySingleOrNullResult, getSingleResult, refresh, runNamedQuery, runNamedQueryForSingleResult, save, setEntityManager, toSet, toSet, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.muni.fi.pclis.commons.dao.GenericDao
contains, containsById, create, delete, findAll, findById, findById, findByIDs, flush, getPersistentClass, refresh, runNamedQuery, runNamedQueryForSingleResult, save, update
 

Constructor Detail

StudentEvaluationDaoHibernate

public StudentEvaluationDaoHibernate()


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.