Package org.exoplatform.wiki.jpa.dao
Class PageAttachmentDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PageAttachmentEntity,Long>
org.exoplatform.wiki.jpa.dao.WikiBaseDAO<PageAttachmentEntity,Long>
org.exoplatform.wiki.jpa.dao.PageAttachmentDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PageAttachmentEntity,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) getAttachmentIdByPageId(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
-
PageAttachmentDAO
public PageAttachmentDAO()
-
-
Method Details
-
findAllIds
-
getAttachmentIdByPageId
-