Package org.exoplatform.portal.mop.dao
Class WindowDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WindowEntity,Long>
org.exoplatform.portal.mop.dao.AbstractDAO<WindowEntity>
org.exoplatform.portal.mop.dao.WindowDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WindowEntity,,Long> WindowDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeleteByContentId(String contentId) voiddeleteById(Long id) findIdsByContentIds(List<String> contentIds, int offset, int limit) intupdateContentId(String oldContentId, String newContentId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, findAll, update, updateAll
-
Constructor Details
-
WindowDAOImpl
public WindowDAOImpl()
-
-
Method Details
-
find
- Specified by:
findin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WindowEntity,Long> - Overrides:
findin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WindowEntity,Long>
-
findIdsByContentIds
- Specified by:
findIdsByContentIdsin interfaceWindowDAO
-
updateContentId
- Specified by:
updateContentIdin interfaceWindowDAO
-
deleteByContentId
- Specified by:
deleteByContentIdin interfaceWindowDAO
-
findByIds
-
deleteById
- Specified by:
deleteByIdin interfaceWindowDAO
-