Package net.officefloor.jpa.test
Class AbstractJpaTestCase.ReadSection
java.lang.Object
net.officefloor.jpa.test.AbstractJpaTestCase.ReadSection
- Enclosing class:
- AbstractJpaTestCase
Mock section for reading entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(AbstractJpaTestCase.Result result, jakarta.persistence.EntityManager entityManager) Services the request.
-
Constructor Details
-
ReadSection
public ReadSection()
-
-
Method Details
-
service
public void service(@Parameter AbstractJpaTestCase.Result result, jakarta.persistence.EntityManager entityManager) Services the request.- Parameters:
result-AbstractJpaTestCase.Result.entityManager-EntityManager.
-