|
||||||||||
| 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.hibernate.support.HibernateDaoSupport
com.atlassian.hibernate.HibernateObjectDao
com.atlassian.bamboo.persistence.BambooHibernateObjectDao
com.atlassian.bamboo.commit.CommitHibernateDao
public class CommitHibernateDao
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
CommitHibernateDao()
|
|
| Method Summary | |
|---|---|
java.util.List<Commit> |
getCommitsForResult(ResultsSummary resultsSummary)
|
java.lang.Class<CommitImpl> |
getPersistentClass()
|
long |
scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
Scroll through and execute function for each of Commit Objects passed to function are not fully initialized. |
| Methods inherited from class com.atlassian.bamboo.persistence.BambooHibernateObjectDao |
|---|
executeCountQuery, executeReturnLong, findById, findById |
| Methods inherited from class com.atlassian.hibernate.HibernateObjectDao |
|---|
findAll, findAllSorted, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, index, refresh, reIndex, remove, replicate, save, saveRaw, setIndexer, unIndex, updateModificationData |
| Methods inherited from class org.springframework.orm.hibernate.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.persistence.BambooObjectDao |
|---|
findById |
| Methods inherited from interface bucket.core.persistence.ObjectDao |
|---|
findAll, findAllSorted, refresh, remove, replicate, save, saveRaw |
| Constructor Detail |
|---|
public CommitHibernateDao()
| Method Detail |
|---|
public java.lang.Class<CommitImpl> getPersistentClass()
getPersistentClass in interface bucket.core.persistence.ObjectDao
public long scrollCommitsForExport(@NotNull
com.google.common.base.Function<Commit,java.lang.Void> function)
CommitDao
scrollCommitsForExport in interface CommitDaofunction - function to be executed on each of the Commit
@NotNull
public java.util.List<Commit> getCommitsForResult(@NotNull
ResultsSummary resultsSummary)
getCommitsForResult in interface CommitDaoBuildResultsSummary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||