public class CommitHibernateDao extends BambooHibernateObjectDao<Commit> implements CommitDao
| Constructor and Description |
|---|
CommitHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
getCommitsForResult(ResultsSummary resultsSummary) |
List<UnassociatedCommit> |
getCommitsForUser(String username,
int max) |
long |
scrollCommitsForExport(com.google.common.base.Function<Commit,Void> function) |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllpublic long scrollCommitsForExport(@NotNull
com.google.common.base.Function<Commit,Void> function)
scrollCommitsForExport in interface CommitDao@NotNull public List<Commit> getCommitsForResult(@NotNull ResultsSummary resultsSummary)
getCommitsForResult in interface CommitDao@NotNull public List<UnassociatedCommit> getCommitsForUser(@NotNull String username, int max)
getCommitsForUser in interface CommitDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.