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 SummaryNested Classes Modifier and Type Class Description static interfaceAbstractJpaTestCase.StressInsertSection.Flows
 - 
Constructor SummaryConstructors Constructor Description StressInsertSection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.StressInsertSection.Flows flows)voidthread(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.NewThread thread)
 
- 
- 
- 
Method Detail- 
runpublic void run(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.StressInsertSection.Flows flows) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
threadpublic void thread(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.NewThread thread) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-