Package org.exoplatform.rhmanagement.dao
Class ConventionalVacationDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConventionalVacationEntity,String>
org.exoplatform.rhmanagement.dao.ConventionalVacationDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ConventionalVacationEntity,String>
public class ConventionalVacationDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ConventionalVacationEntity,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 TypeMethodDescriptiongetConventionalVacationById(long id) getConventionalVacations(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
-
ConventionalVacationDAO
public ConventionalVacationDAO()
-
-
Method Details
-
getConventionalVacations
-
getConventionalVacationsCount
public long getConventionalVacationsCount() -
getConventionalVacationById
-