Class ActivityShareActionDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ActivityShareActionEntity,Long>
org.exoplatform.social.core.jpa.storage.dao.ActivityShareActionDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ActivityShareActionEntity,Long>
public class ActivityShareActionDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ActivityShareActionEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
ActivityShareActionDAO
public ActivityShareActionDAO()
-
-
Method Details