Class MutableDeploymentVersionVcsChangesetImpl_
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.commits.MutableDeploymentVersionVcsChangesetImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class MutableDeploymentVersionVcsChangesetImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGESET_ID
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsChangesetImpl,String>
changesetId
static javax.persistence.metamodel.SetAttribute<MutableDeploymentVersionVcsChangesetImpl,MutableDeploymentVersionVcsCommit>
commits
static String
COMMITS
static String
SKIPPED_COMMITS_COUNT
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsChangesetImpl,Long>
skippedCommitsCount
-
Constructor Summary
Constructors Constructor Description MutableDeploymentVersionVcsChangesetImpl_()
-
-
-
Field Detail
-
changesetId
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsChangesetImpl,String> changesetId
-
commits
public static volatile javax.persistence.metamodel.SetAttribute<MutableDeploymentVersionVcsChangesetImpl,MutableDeploymentVersionVcsCommit> commits
-
skippedCommitsCount
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentVersionVcsChangesetImpl,Long> skippedCommitsCount
-
CHANGESET_ID
public static final String CHANGESET_ID
- See Also:
- Constant Field Values
-
COMMITS
public static final String COMMITS
- See Also:
- Constant Field Values
-
SKIPPED_COMMITS_COUNT
public static final String SKIPPED_COMMITS_COUNT
- See Also:
- Constant Field Values
-
-