Class 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 Detail

      • WalletAccountDAO

        public WalletAccountDAO()
    • Method Detail

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