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
Modifier and TypeFieldDescriptionstatic final String
static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,
ChainBranchImpl> static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,
Long> static final String
static final String
static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,
VcsPullRequestImpl> -
Constructor Summary
-
Method Summary
-
Field Details
-
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
- See Also:
-
VCS_PULL_REQUEST
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
PlanBranchPullRequestEntity_
public PlanBranchPullRequestEntity_()
-