Package org.exoplatform.perkstore.dao
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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
PerkStoreProductDAO
public PerkStoreProductDAO()
-
-
Method Details
-
deleteAll
public void deleteAll()- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<ProductEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProductEntity,Long>
-
deleteAll
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<ProductEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProductEntity,Long>
-
getAllProducts
-