| Constructor and Description |
|---|
DerbyJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
File dbFolder,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator and folder for the
internal database. |
DerbyJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator for the internal database. |
H2JpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
File dbFolder,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator and folder for the
internal database. |
H2JpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator for the internal database. |
HsqlJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
File dbFolder,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator and folder for the
internal database. |
HsqlJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator configurator,
String... entityPackages)
Creates a new instance using the given
EntityManagerFactoryConfigurator for the internal database. |
Copyright © 2013. All Rights Reserved.