org.jeinnov.jeitime.persistence.dao.collaborateur
Class AppartientCollegeDAO

java.lang.Object
  extended by com.trg.dao.hibernate.HibernateBaseDAO
      extended by com.trg.dao.hibernate.GenericDAOImpl<T,PK>
          extended by org.jeinnov.jeitime.persistence.dao.GenericDAO<AppartientCollegeP,java.lang.Integer>
              extended by org.jeinnov.jeitime.persistence.dao.collaborateur.AppartientCollegeDAO
All Implemented Interfaces:
com.trg.dao.hibernate.GenericDAO<AppartientCollegeP,java.lang.Integer>

public class AppartientCollegeDAO
extends GenericDAO<AppartientCollegeP,java.lang.Integer>


Field Summary
 
Fields inherited from class com.trg.dao.hibernate.GenericDAOImpl
persistentClass
 
Constructor Summary
AppartientCollegeDAO()
           
 
Method Summary
 java.util.List<AppartientCollegeP> getAllByIdCollaborateur(int idCollaborateur)
           
 java.util.List<AppartientCollegeP> getAllByIdCollege(int idCollege)
           
 AppartientCollegeP getByIdCollaborateur(int idC)
           
static AppartientCollegeDAO getInstance()
           
 
Methods inherited from class org.jeinnov.jeitime.persistence.dao.GenericDAO
removeAll
 
Methods inherited from class com.trg.dao.hibernate.GenericDAOImpl
count, find, find, findAll, flush, getFilterFromExample, getFilterFromExample, getReference, getReferences, isAttached, refresh, remove, remove, removeById, removeByIds, save, save, search, searchAndCount, searchGeneric, searchUnique, searchUniqueGeneric
 
Methods inherited from class com.trg.dao.hibernate.HibernateBaseDAO
_all, _count, _count, _count, _deleteById, _deleteById, _deleteEntities, _deleteEntity, _exists, _exists, _exists, _flush, _get, _get, _getFilterFromExample, _getFilterFromExample, _load, _load, _load, _merge, _persist, _refresh, _save, _save, _saveOrUpdate, _saveOrUpdateIsNew, _saveOrUpdateIsNew, _search, _search, _searchAndCount, _searchAndCount, _searchUnique, _searchUnique, _sessionContains, _update, getMetaDataUtil, getSearchProcessor, getSession, getSessionFactory, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppartientCollegeDAO

public AppartientCollegeDAO()
Method Detail

getInstance

public static AppartientCollegeDAO getInstance()

getByIdCollaborateur

public AppartientCollegeP getByIdCollaborateur(int idC)

getAllByIdCollege

public java.util.List<AppartientCollegeP> getAllByIdCollege(int idCollege)

getAllByIdCollaborateur

public java.util.List<AppartientCollegeP> getAllByIdCollaborateur(int idCollaborateur)


Copyright © 2011. All Rights Reserved.