Class WalletAccountDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletEntity,Long>
org.exoplatform.wallet.dao.WalletAccountDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletEntity,Long>

public class WalletAccountDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletEntity,Long>
  • Constructor Details

    • WalletAccountDAO

      public WalletAccountDAO()
  • Method Details

    • deleteAll

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

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

      public WalletEntity findByAddress(String address)
    • findListByAddress

      public List<WalletEntity> findListByAddress(String address)