Package org.exoplatform.portal.mop.dao
Class DescriptionDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<DescriptionEntity,Long>
org.exoplatform.portal.mop.dao.DescriptionDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<DescriptionEntity,,Long> DescriptionDAO
public class DescriptionDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<DescriptionEntity,Long>
implements DescriptionDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeleteByRefId(String refId) getByRefId(String refId) saveDescription(String refId, DescriptionState state) saveDescriptions(String refId, Map<String, DescriptionState> states) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, 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, find, findAll, update, updateAll
-
Constructor Details
-
DescriptionDAOImpl
public DescriptionDAOImpl()
-
-
Method Details
-
deleteByRefId
- Specified by:
deleteByRefIdin interfaceDescriptionDAO
-
saveDescriptions
- Specified by:
saveDescriptionsin interfaceDescriptionDAO
-
saveDescription
- Specified by:
saveDescriptionin interfaceDescriptionDAO
-
getByRefId
- Specified by:
getByRefIdin interfaceDescriptionDAO
-