cz.muni.fi.pclis.dao.learningExpectations
Class ExpectationPointDaoHibernate

java.lang.Object
  extended by cz.muni.fi.pclis.commons.dao.GenericHibernateDao<ExpectationPoint>
      extended by cz.muni.fi.pclis.dao.learningExpectations.ExpectationPointDaoHibernate
All Implemented Interfaces:
GenericDao<ExpectationPoint>, ExpectationPointDao

public class ExpectationPointDaoHibernate
extends GenericHibernateDao<ExpectationPoint>
implements ExpectationPointDao

ExpectationPoint DAO Hibernate implementation User: Ľuboš Pecho Date: 6.9.2009 Time: 11:18:50


Constructor Summary
ExpectationPointDaoHibernate()
           
 
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

ExpectationPointDaoHibernate

public ExpectationPointDaoHibernate()


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