Class MutableDeploymentVersionImpl_
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class MutableDeploymentVersionImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGE_ZERO_POINT
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,Date>
ageZeroPoint
static String
CREATOR_USER_NAME
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String>
creatorUserName
static String
DEPLOYMENT_PROJECT_ID
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,Long>
deploymentProjectId
static javax.persistence.metamodel.ListAttribute<MutableDeploymentVersionImpl,MutableDeploymentVersionItem>
items
static String
ITEMS
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String>
name
static String
NAME
static String
PLAN_BRANCH_NAME
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String>
planBranchName
-
Constructor Summary
Constructors Constructor Description MutableDeploymentVersionImpl_()
-
-
-
Field Detail
-
creatorUserName
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String> creatorUserName
-
ageZeroPoint
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,Date> ageZeroPoint
-
name
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String> name
-
deploymentProjectId
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,Long> deploymentProjectId
-
items
public static volatile javax.persistence.metamodel.ListAttribute<MutableDeploymentVersionImpl,MutableDeploymentVersionItem> items
-
planBranchName
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionImpl,String> planBranchName
-
CREATOR_USER_NAME
public static final String CREATOR_USER_NAME
- See Also:
- Constant Field Values
-
AGE_ZERO_POINT
public static final String AGE_ZERO_POINT
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DEPLOYMENT_PROJECT_ID
public static final String DEPLOYMENT_PROJECT_ID
- See Also:
- Constant Field Values
-
ITEMS
public static final String ITEMS
- See Also:
- Constant Field Values
-
PLAN_BRANCH_NAME
public static final String PLAN_BRANCH_NAME
- See Also:
- Constant Field Values
-
-