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