Package org.exoplatform.wiki.jpa.dao
Class PageMoveDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PageMoveEntity,Long>
org.exoplatform.wiki.jpa.dao.WikiBaseDAO<PageMoveEntity,Long>
org.exoplatform.wiki.jpa.dao.PageMoveDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PageMoveEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeletePageMoves(long pageId) findInPageMoves(String wikiType, String wikiOwner, String pageName) findMovesByPage(Long pageId) 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
-
PageMoveDAO
public PageMoveDAO()
-
-
Method Details
-
findInPageMoves
-
findMovesByPage
-
deletePageMoves
public void deletePageMoves(long pageId)
-