See: Description
| Interface | Description |
|---|---|
| AbstractJpaTestRule.EntityManagerFactoryConfigurator |
A command interface for providing custom configuration logic for the
internal
LocalContainerEntityManagerFactoryBean and
BasicDataSource. |
| Class | Description |
|---|---|
| AbstractJpaTestRule |
A JUnit
TestRule that creates a temporary file-based database (using
an AbstractDbTestRule instance) during test execution and wraps
Spring/Hibernate based local JPA container around it. |
| DerbyJpaTestRule |
A JUnit
TestRule that creates a temporary file-based H2 database
(using HsqlDbTestRule) during test execution and wraps
Spring/Hibernate based local JPA container around it. |
| H2JpaTestRule |
A JUnit
TestRule that creates a temporary file-based H2 database
(using HsqlDbTestRule) during test execution and wraps
Spring/Hibernate based local JPA container around it. |
| HsqlJpaTestRule |
A JUnit
TestRule that creates a temporary file-based Hypersonic SQL
database (using HsqlDbTestRule) during test execution and wraps
Spring/Hibernate based local JPA container around it. |
Copyright © 2013. All Rights Reserved.