Class RewardPluginDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletRewardPluginEntity,Long>
org.exoplatform.wallet.reward.dao.RewardPluginDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletRewardPluginEntity,Long>
public class RewardPluginDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletRewardPluginEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRewardPluginsByRewardId(long rewardId) getRewardPluginsByRewardIdAndPluginId(long rewardId, String pluginId) 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
-
RewardPluginDAO
public RewardPluginDAO()
-
-
Method Details
-
getRewardPluginsByRewardId
-
getRewardPluginsByRewardIdAndPluginId
public WalletRewardPluginEntity getRewardPluginsByRewardIdAndPluginId(long rewardId, String pluginId)
-