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
Fields Modifier and Type Field Description static String
BUILD_TRIGGER
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Boolean>
buildTrigger
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Plan>
plan
static String
PLAN
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,Integer>
position
static String
POSITION
static String
REPOSITORY_DATA_ENTITY
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,RepositoryDataEntity>
repositoryDataEntity
-
Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
id, ID
-
-
Constructor Summary
Constructors Constructor Description PlanRepositoryLinkImpl_()
-
-
-
Field Detail
-
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
public static final String REPOSITORY_DATA_ENTITY
- See Also:
- Constant Field Values
-
POSITION
public static final String POSITION
- See Also:
- Constant Field Values
-
BUILD_TRIGGER
public static final String BUILD_TRIGGER
- See Also:
- Constant Field Values
-
PLAN
public static final String PLAN
- See Also:
- Constant Field Values
-
-