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>
-
-
Constructor Summary
Constructors Constructor Description WalletAccountDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAll()voiddeleteAll(List<WalletEntity> entities)WalletEntityfindByAddress(String address)
-
-
-
Method Detail
-
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
public void deleteAll(List<WalletEntity> entities)
- Specified by:
deleteAllin interfaceorg.exoplatform.commons.api.persistence.GenericDAO<WalletEntity,Long>- Overrides:
deleteAllin classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletEntity,Long>
-
findByAddress
public WalletEntity findByAddress(String address)
-
-