Package org.exoplatform.wallet.dao
Class WalletBlockchainStateDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBlockchainStateEntity,Long>
org.exoplatform.wallet.dao.WalletBlockchainStateDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletBlockchainStateEntity,Long>
public class WalletBlockchainStateDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBlockchainStateEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByWalletIdAndContract(long walletId, String contractAddress) 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
-
WalletBlockchainStateDAO
public WalletBlockchainStateDAO()
-
-
Method Details
-
findByWalletIdAndContract
-