Package com.atlassian.bamboo.hibernate
Class HibernateBambooEntityObject
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
-
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,Cloneable
- Direct Known Subclasses:
ArtifactDefinitionImpl
,ArtifactSubscriptionImpl
,CrowdDeletedEntityImpl
,ElasticTunnelDefinitionImpl
,LabelImpl
,LabellingImpl
,MutableArtifactDeploymentVersionItemImpl
,MutableArtifactImpl
,MutableBambooArtifactDeploymentProjectItem
,PlanRepositoryLinkImpl
,PlanVcsRevisionHistoryItem
,TestCaseResultImpl
,TestClassResultImpl
@MappedSuperclass public class HibernateBambooEntityObject extends BambooEntityObject
A class providing basic id mapping for Hibernate entities. Use instead ofBambooEntityObject
.
-
-
Constructor Summary
Constructors Constructor Description HibernateBambooEntityObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
void
setId(long id)
-
-
-
Method Detail
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
- Overrides:
getId
in classcom.atlassian.core.bean.EntityObject
-
setId
public void setId(long id)
- Specified by:
setId
in interfaceBambooObject
- Overrides:
setId
in classcom.atlassian.core.bean.EntityObject
-
-