com.atlassian.bamboo.persistence
Class BambooHibernateObjectDao

java.lang.Object
  extended by HibernateObjectDao
      extended by com.atlassian.bamboo.persistence.BambooHibernateObjectDao
All Implemented Interfaces:
BambooObjectDao
Direct Known Subclasses:
AuditLogDao, AuthorHibernateDao, BuildHibernateDao, BuildResultsSummaryHibernateDao, CommentHibernateDao, CommitHibernateDao, InstantMessagingServerHibernateDao, JiraServerHibernateDao, LabelHibernateDao, PipelineHibernateDao, ProjectHibernateDao

public abstract class BambooHibernateObjectDao
extends HibernateObjectDao
implements BambooObjectDao

Base hibernate object dao for Bamboo


Constructor Summary
BambooHibernateObjectDao()
           
 
Method Summary
 BambooObject findById(long id)
          Gets the object from its id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooHibernateObjectDao

public BambooHibernateObjectDao()
Method Detail

findById

public BambooObject findById(long id)
Description copied from interface: BambooObjectDao
Gets the object from its id

Specified by:
findById in interface BambooObjectDao
Returns:
A BambooObject. null if not found.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.