|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<LinkedJiraIssue>
com.atlassian.bamboo.resultsummary.LinkedJiraIssueHibernateDao
public class LinkedJiraIssueHibernateDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
LinkedJiraIssueHibernateDao()
|
Method Summary | |
---|---|
Collection<LinkedJiraIssue> |
getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber)
Find and retrieve all jira issues related to build results from specified range. |
long |
scrollJiraIssuesForExport(com.google.common.base.Function<LinkedJiraIssue,Void> function)
Scroll through and execute function for each of LinkedJiraIssue Objects passed to function are not fully initialized. |
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport |
---|
getCacheAwareHibernateTemplate |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Constructor Detail |
---|
public LinkedJiraIssueHibernateDao()
Method Detail |
---|
public long scrollJiraIssuesForExport(@NotNull com.google.common.base.Function<LinkedJiraIssue,Void> function)
LinkedJiraIssueDao
scrollJiraIssuesForExport
in interface LinkedJiraIssueDao
function
- function to be executed on each of the LinkedJiraIssue
public Collection<LinkedJiraIssue> getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
LinkedJiraIssueDao
getLinkedJiraIssuesForBuildNumberRange
in interface LinkedJiraIssueDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |