Class MutableDeploymentProjectImpl_
- java.lang.Object
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityWithOid_
-
- com.atlassian.bamboo.deployments.projects.persistence.MutableDeploymentProjectImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class MutableDeploymentProjectImpl_ extends HibernateBambooEntityWithOid_
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,String>
description
static String
DESCRIPTION
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,String>
name
static String
NAME
static String
PLAN_KEY
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,PlanKey>
planKey
static String
VCS_BAMBOO_SPECS_SOURCE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,VcsBambooSpecsSourceImpl>
vcsBambooSpecsSource
-
Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityWithOid_
id, ID, oid, OID
-
-
Constructor Summary
Constructors Constructor Description MutableDeploymentProjectImpl_()
-
-
-
Field Detail
-
vcsBambooSpecsSource
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,VcsBambooSpecsSourceImpl> vcsBambooSpecsSource
-
name
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,String> name
-
description
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,String> description
-
planKey
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,PlanKey> planKey
-
VCS_BAMBOO_SPECS_SOURCE
public static final String VCS_BAMBOO_SPECS_SOURCE
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
PLAN_KEY
public static final String PLAN_KEY
- See Also:
- Constant Field Values
-
-