Package com.atlassian.bamboo.repository
Class PlanRepositoryLinkImpl_
java.lang.Object
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
com.atlassian.bamboo.repository.PlanRepositoryLinkImpl_
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class PlanRepositoryLinkImpl_
extends HibernateBambooEntityObject_
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,
Boolean> static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,
Plan> static final String
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,
Integer> static final String
static final String
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,
RepositoryDataEntity> Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
id, ID
-
Constructor Summary
-
Method Summary
-
Field Details
-
repositoryDataEntity
public static volatile javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,RepositoryDataEntity> repositoryDataEntity -
position
public static volatile javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Integer> position -
buildTrigger
public static volatile javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Boolean> buildTrigger -
plan
public static volatile javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Plan> plan -
REPOSITORY_DATA_ENTITY
- See Also:
-
POSITION
- See Also:
-
BUILD_TRIGGER
- See Also:
-
PLAN
- See Also:
-
-
Constructor Details
-
PlanRepositoryLinkImpl_
public PlanRepositoryLinkImpl_()
-