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>
-
-
Constructor Summary
Constructors Constructor Description WalletBlockchainStateDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WalletBlockchainStateEntityfindByWalletIdAndContract(long walletId, String contractAddress)
-
-
-
Method Detail
-
findByWalletIdAndContract
public WalletBlockchainStateEntity findByWalletIdAndContract(long walletId, String contractAddress)
-
-