Package org.exoplatform.mfa.storage.dao
Class RevocationRequestDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<RevocationRequestEntity,Long>
-
- org.exoplatform.mfa.storage.dao.RevocationRequestDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<RevocationRequestEntity,Long>
public class RevocationRequestDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<RevocationRequestEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description RevocationRequestDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcountByUsernameAndType(String username, String type)voiddeleteById(Long id)voiddeleteByUsernameAndType(String username, String type)RevocationRequestEntityfindById(Long id)
-