Class TestClassImpl_
java.lang.Object
com.atlassian.bamboo.resultsummary.tests.TestClassImpl_
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class TestClassImpl_
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static javax.persistence.metamodel.SingularAttribute<TestClassImpl,
Long> static javax.persistence.metamodel.SingularAttribute<TestClassImpl,
String> static final String
static final String
static javax.persistence.metamodel.SingularAttribute<TestClassImpl,
String> static final String
static final String
static final String
static javax.persistence.metamodel.CollectionAttribute<TestClassImpl,
TestCase> static javax.persistence.metamodel.ListAttribute<TestClassImpl,
TestCase> static javax.persistence.metamodel.SetAttribute<TestClassImpl,
TestCase> -
Constructor Summary
-
Method Summary
-
Field Details
-
testCaseCollection
public static volatile javax.persistence.metamodel.CollectionAttribute<TestClassImpl,TestCase> testCaseCollection -
testCases
-
testCasesSet
public static volatile javax.persistence.metamodel.SetAttribute<TestClassImpl,TestCase> testCasesSet -
name
-
masterJobId
public static volatile javax.persistence.metamodel.SingularAttribute<TestClassImpl,Long> masterJobId -
shortName
public static volatile javax.persistence.metamodel.SingularAttribute<TestClassImpl,String> shortName -
TEST_CASE_COLLECTION
- See Also:
-
TEST_CASES
- See Also:
-
TEST_CASES_SET
- See Also:
-
NAME
- See Also:
-
MASTER_JOB_ID
- See Also:
-
SHORT_NAME
- See Also:
-
-
Constructor Details
-
TestClassImpl_
public TestClassImpl_()
-