Class DeploymentVersionPlanResultKey_
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionPlanResultKey_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class DeploymentVersionPlanResultKey_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLAN_RESULT_KEY
static javax.persistence.metamodel.SingularAttribute<DeploymentVersionPlanResultKey,PlanResultKey>
planResultKey
-
Constructor Summary
Constructors Constructor Description DeploymentVersionPlanResultKey_()
-
-
-
Field Detail
-
planResultKey
public static volatile javax.persistence.metamodel.SingularAttribute<DeploymentVersionPlanResultKey,PlanResultKey> planResultKey
-
PLAN_RESULT_KEY
public static final String PLAN_RESULT_KEY
- See Also:
- Constant Field Values
-
-