Class DAOESProductImpl
java.lang.Object
com.premiumminds.billy.persistence.dao.jpa.AbstractDAO<com.premiumminds.billy.core.persistence.entities.ProductEntity,JPAProductEntity>
com.premiumminds.billy.persistence.dao.jpa.DAOProductImpl
com.premiumminds.billy.spain.persistence.dao.jpa.DAOESProductImpl
- All Implemented Interfaces:
com.premiumminds.billy.core.persistence.dao.DAO<com.premiumminds.billy.core.persistence.entities.ProductEntity>
,com.premiumminds.billy.core.persistence.dao.DAOProduct
,com.premiumminds.billy.core.services.entities.util.EntityFactory<com.premiumminds.billy.core.persistence.entities.ProductEntity>
,DAOESProduct
-
Field Summary
Fields inherited from class com.premiumminds.billy.persistence.dao.jpa.AbstractDAO
emProvider
-
Constructor Summary
ConstructorDescriptionDAOESProductImpl
(javax.inject.Provider<javax.persistence.EntityManager> emProvider) -
Method Summary
Methods inherited from class com.premiumminds.billy.persistence.dao.jpa.DAOProductImpl
getAllActiveProducts
Methods inherited from class com.premiumminds.billy.persistence.dao.jpa.AbstractDAO
beginTransaction, checkEntity, checkEntityList, commit, create, createQuery, exists, get, getEntity, getEntityManager, isSetForRollback, isTransactionActive, lock, rollback, setForRollback, toDSL, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.premiumminds.billy.core.persistence.dao.DAO
beginTransaction, commit, create, exists, get, isSetForRollback, isTransactionActive, lock, rollback, setForRollback, update
Methods inherited from interface com.premiumminds.billy.core.persistence.dao.DAOProduct
getAllActiveProducts
-
Constructor Details
-
DAOESProductImpl
@Inject public DAOESProductImpl(javax.inject.Provider<javax.persistence.EntityManager> emProvider)
-
-
Method Details
-
getEntityInstance
- Specified by:
getEntityInstance
in interfaceDAOESProduct
- Specified by:
getEntityInstance
in interfacecom.premiumminds.billy.core.services.entities.util.EntityFactory<com.premiumminds.billy.core.persistence.entities.ProductEntity>
- Overrides:
getEntityInstance
in classDAOProductImpl
-
getEntityClass
- Overrides:
getEntityClass
in classDAOProductImpl
-