| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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. |
class |
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.