Class GitHubAccountDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<GitHubAccountEntity,Long>
-
- org.exoplatform.gamification.github.dao.GitHubAccountDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<GitHubAccountEntity,Long>
public class GitHubAccountDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<GitHubAccountEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description GitHubAccountDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubAccountEntitygetAccountByGithubId(String gitHubId)GitHubAccountEntitygetAccountByUserName(String userName)
-
-
-
Method Detail
-
getAccountByGithubId
public GitHubAccountEntity getAccountByGithubId(String gitHubId)
-
getAccountByUserName
public GitHubAccountEntity getAccountByUserName(String userName)
-
-