Package org.exoplatform.appcenter.dao
Class ApplicationDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ApplicationEntity,Long>
org.exoplatform.appcenter.dao.ApplicationDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ApplicationEntity,Long>
public class ApplicationDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ApplicationEntity,Long>
- Author:
- Ayoub Zayati
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApplicationByTitle(String title) getApplications(String keyword) Methods 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
-
ApplicationDAO
public ApplicationDAO()
-
-
Method Details
-
getMandatoryActiveApps
-
getApplications
-
getSystemApplications
-
getApplicationByTitle
-