Package org.exoplatform.wallet.dao
Class WalletPrivateKeyDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletPrivateKeyEntity,Long>
-
- org.exoplatform.wallet.dao.WalletPrivateKeyDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletPrivateKeyEntity,Long>
public class WalletPrivateKeyDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletPrivateKeyEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description WalletPrivateKeyDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAll()voiddeleteAll(List<WalletPrivateKeyEntity> entities)WalletPrivateKeyEntityfindByWalletId(long walletId)
-
-
-
Method Detail
-
findByWalletId
public WalletPrivateKeyEntity findByWalletId(long walletId)
-
deleteAll
public void deleteAll()
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletPrivateKeyEntity,Long>- Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletPrivateKeyEntity,Long>
-
deleteAll
public void deleteAll(List<WalletPrivateKeyEntity> entities)
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletPrivateKeyEntity,Long>- Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletPrivateKeyEntity,Long>
-
-