Package com.atlassian.bamboo.build
Class PlanBranchPullRequestEntity_
- java.lang.Object
-
- com.atlassian.bamboo.build.PlanBranchPullRequestEntity_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class PlanBranchPullRequestEntity_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHAIN_BRANCH
static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,ChainBranchImpl>
chainBranch
static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,Long>
id
static String
ID
static String
VCS_PULL_REQUEST
static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,VcsPullRequestImpl>
vcsPullRequest
-
Constructor Summary
Constructors Constructor Description PlanBranchPullRequestEntity_()
-
-
-
Field Detail
-
chainBranch
public static volatile javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,ChainBranchImpl> chainBranch
-
vcsPullRequest
public static volatile javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,VcsPullRequestImpl> vcsPullRequest
-
id
public static volatile javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,Long> id
-
CHAIN_BRANCH
public static final String CHAIN_BRANCH
- See Also:
- Constant Field Values
-
VCS_PULL_REQUEST
public static final String VCS_PULL_REQUEST
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-