Package org.exoplatform.wallet.dao
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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAll(List<WalletEntity> entities) findByAddress(String address) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
WalletAccountDAO
public WalletAccountDAO()
-
-
Method Details
-
deleteAll
public void deleteAll()- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletEntity,Long>
-
deleteAll
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletEntity,Long> - Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletEntity,Long>
-
findByAddress
-