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
A class providing basic id mapping for Hibernate entities. Use instead of
BambooEntityObject
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
-
Constructor Details
-
HibernateBambooEntityObject
public HibernateBambooEntityObject()
-
-
Method Details
-
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
-