Class MutableBambooArtifactDeploymentProjectItem_
- java.lang.Object
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
-
- com.atlassian.bamboo.deployments.projects.persistence.items.MutableBambooArtifactDeploymentProjectItem_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class MutableBambooArtifactDeploymentProjectItem_ extends HibernateBambooEntityObject_
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARTIFACT_DEFINITION
static javax.persistence.metamodel.SingularAttribute<MutableBambooArtifactDeploymentProjectItem,ArtifactDefinitionImpl>
artifactDefinition
static String
DEPLOYMENT_PROJECT
static javax.persistence.metamodel.SingularAttribute<MutableBambooArtifactDeploymentProjectItem,MutableDeploymentProjectImpl>
deploymentProject
-
Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
id, ID
-
-
Constructor Summary
Constructors Constructor Description MutableBambooArtifactDeploymentProjectItem_()
-
-
-
Field Detail
-
artifactDefinition
public static volatile javax.persistence.metamodel.SingularAttribute<MutableBambooArtifactDeploymentProjectItem,ArtifactDefinitionImpl> artifactDefinition
-
deploymentProject
public static volatile javax.persistence.metamodel.SingularAttribute<MutableBambooArtifactDeploymentProjectItem,MutableDeploymentProjectImpl> deploymentProject
-
ARTIFACT_DEFINITION
public static final String ARTIFACT_DEFINITION
- See Also:
- Constant Field Values
-
DEPLOYMENT_PROJECT
public static final String DEPLOYMENT_PROJECT
- See Also:
- Constant Field Values
-
-