Package org.exoplatform.wiki.jpa.dao
Class WikiDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WikiEntity,Long>
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WikiEntity,Long>
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun
24, 2015
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllIds(int offset, int limit) getWikiByTypeAndOwner(String wikiType, String wikiOwner) getWikisByType(String wikiType) Methods inherited from class org.exoplatform.wiki.jpa.dao.WikiBaseDAO
validateGroupWikiOwnerMethods 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
-
WikiDAO
public WikiDAO()
-
-
Method Details
-
findAllIds
-
getWikiByTypeAndOwner
-
getWikisByType
-