com.atlassian.bamboo.persistence
Class BambooHibernateObjectDao
java.lang.Object
HibernateObjectDao
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooHibernateObjectDao
public BambooHibernateObjectDao()
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.