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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAll(List<WalletPrivateKeyEntity> entities) findByWalletId(long walletId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
WalletPrivateKeyDAO
public WalletPrivateKeyDAO()
-
-
Method Details
-
findByWalletId
-
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
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletPrivateKeyEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletPrivateKeyEntity,Long>
-