Package net.officefloor.jpa.test
Class AbstractJpaTestCase.StressSelectSection
- java.lang.Object
-
- net.officefloor.jpa.test.AbstractJpaTestCase.StressSelectSection
-
- Enclosing class:
- AbstractJpaTestCase
public static class AbstractJpaTestCase.StressSelectSection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AbstractJpaTestCase.StressSelectSection.Flows
-
Constructor Summary
Constructors Constructor Description StressSelectSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(AbstractJpaTestCase.SelectInput input, AbstractJpaTestCase.StressSelectSection.Flows flows, javax.persistence.EntityManager entityManager)
void
thread(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.SelectParameter parameter, AbstractJpaTestCase.NewThread tag)
-
-
-
Method Detail
-
run
public void run(@Parameter AbstractJpaTestCase.SelectInput input, AbstractJpaTestCase.StressSelectSection.Flows flows, javax.persistence.EntityManager entityManager) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
thread
public void thread(javax.persistence.EntityManager entityManager, @Parameter AbstractJpaTestCase.SelectParameter parameter, AbstractJpaTestCase.NewThread tag) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-