|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.hibernate.support.HibernateDaoSupport com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<PlanVcsRevisionHistoryItem> com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionHistoryHibernateStandaloneDao
public class PlanVcsRevisionHistoryHibernateStandaloneDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
PlanVcsRevisionHistoryHibernateStandaloneDao()
|
Method Summary | |
---|---|
void |
createChangeDetectionHistoryItem(PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
Inserts new history item. |
PlanVcsRevisionHistoryItem |
findLatestVcsRevisionHistoryItem(java.lang.String planKey)
Retrieves a history item with the highest build number. |
long |
scrollPlanVcsRevisionHistoryItemsForExport(com.google.common.base.Function<PlanVcsRevisionHistoryItem,java.lang.Void> function)
Scroll through and execute function for each of PlanVcsRevisionHistoryItem Objects passed to function are not fully initialized. |
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao |
---|
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll |
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.persistence3.BambooObjectDao |
---|
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll |
Constructor Detail |
---|
public PlanVcsRevisionHistoryHibernateStandaloneDao()
Method Detail |
---|
@Nullable public PlanVcsRevisionHistoryItem findLatestVcsRevisionHistoryItem(@NotNull java.lang.String planKey)
PlanVcsRevisionHistoryStandaloneDao
findLatestVcsRevisionHistoryItem
in interface PlanVcsRevisionHistoryStandaloneDao
public void createChangeDetectionHistoryItem(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
PlanVcsRevisionHistoryStandaloneDao
createChangeDetectionHistoryItem
in interface PlanVcsRevisionHistoryStandaloneDao
public long scrollPlanVcsRevisionHistoryItemsForExport(@NotNull com.google.common.base.Function<PlanVcsRevisionHistoryItem,java.lang.Void> function)
PlanVcsRevisionHistoryStandaloneDao
scrollPlanVcsRevisionHistoryItemsForExport
in interface PlanVcsRevisionHistoryStandaloneDao
function
- function to be executed on each of the TestClassResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |