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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAccountByGithubId(String gitHubId) getAccountByUserName(String userName) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
GitHubAccountDAO
public GitHubAccountDAO()
-
-
Method Details
-
getAccountByGithubId
-
getAccountByUserName
-