public class BuildResultWarningSummaryDaoImpl extends BambooHibernateObjectDao<BuildResultWarningSummary> implements BuildResultWarningSummaryDao
Constructor and Description |
---|
BuildResultWarningSummaryDaoImpl() |
Modifier and Type | Method and Description |
---|---|
List<BuildResultWarningSummary> |
findByResult(long resultsSummaryId) |
BuildResultWarningSummary |
findByResultAndRepository(long resultsSummaryId,
long repositoryId) |
countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findById, merge, save, saveAll
getCacheAwareHibernateTemplate
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull public List<BuildResultWarningSummary> findByResult(long resultsSummaryId)
findByResult
in interface BuildResultWarningSummaryDao
@Nullable public BuildResultWarningSummary findByResultAndRepository(long resultsSummaryId, long repositoryId)
findByResultAndRepository
in interface BuildResultWarningSummaryDao
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.