Class VcsPullRequestImpl_
- java.lang.Object
-
- com.atlassian.bamboo.plan.pullrequest.VcsPullRequestImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class VcsPullRequestImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String>
key
static String
KEY
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Boolean>
open
static String
OPEN
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String>
source
static String
SOURCE
static String
SOURCE_REPOSITORY_ID
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Long>
sourceRepositoryId
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String>
target
static String
TARGET
static String
TARGET_REPOSITORY_ID
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Long>
targetRepositoryId
-
Constructor Summary
Constructors Constructor Description VcsPullRequestImpl_()
-
-
-
Field Detail
-
targetRepositoryId
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Long> targetRepositoryId
-
source
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String> source
-
key
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String> key
-
sourceRepositoryId
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Long> sourceRepositoryId
-
open
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,Boolean> open
-
target
public static volatile javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,String> target
-
TARGET_REPOSITORY_ID
public static final String TARGET_REPOSITORY_ID
- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
SOURCE_REPOSITORY_ID
public static final String SOURCE_REPOSITORY_ID
- See Also:
- Constant Field Values
-
OPEN
public static final String OPEN
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
-