Package org.exoplatform.wallet.dao
Class WalletAccountBackupDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
org.exoplatform.wallet.dao.WalletAccountBackupDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletBackupEntity,Long>
public class WalletAccountBackupDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAll(List<WalletBackupEntity> 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
-
WalletAccountBackupDAO
public WalletAccountBackupDAO()
-
-
Method Details
-
deleteAll
public void deleteAll()- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletBackupEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
-
deleteAll
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletBackupEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
-
findByWalletId
-