Package org.exoplatform.rhmanagement.dao
Class OfficialVacationDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OfficialVacationEntity,String>
org.exoplatform.rhmanagement.dao.OfficialVacationDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<OfficialVacationEntity,String>
public class OfficialVacationDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OfficialVacationEntity,String>
Created by The eXo Platform SAS
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOfficialVacationById(long id) getOfficialVacations(int offset, int limit) longMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
OfficialVacationDAO
public OfficialVacationDAO()
-
-
Method Details
-
getOfficialVacations
-
getOfficialVacationsCount
public long getOfficialVacationsCount() -
getOfficialVacationById
-