Class PerkStoreProductDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProductEntity,Long>
org.exoplatform.perkstore.dao.PerkStoreProductDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ProductEntity,Long>

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

    • PerkStoreProductDAO

      public PerkStoreProductDAO()
  • Method Details

    • deleteAll

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

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

      public List<ProductEntity> getAllProducts()