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