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>
  • Constructor Details

    • WalletAccountBackupDAO

      public WalletAccountBackupDAO()
  • Method Details

    • deleteAll

      public void deleteAll()
      Specified by:
      deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<WalletBackupEntity,Long>
      Overrides:
      deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
    • deleteAll

      public void deleteAll(List<WalletBackupEntity> entities)
      Specified by:
      deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<WalletBackupEntity,Long>
      Overrides:
      deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletBackupEntity,Long>
    • findByWalletId

      public WalletBackupEntity findByWalletId(long walletId)