A C D G H N 

A

AbstractJpaTestRule - Class in net.sf.javagimmicks.jpa.testing
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.
AbstractJpaTestRule.EntityManagerFactoryConfigurator - Interface in net.sf.javagimmicks.jpa.testing
A command interface for providing custom configuration logic for the internal LocalContainerEntityManagerFactoryBean and BasicDataSource.

C

configure(LocalContainerEntityManagerFactoryBean) - Method in interface net.sf.javagimmicks.jpa.testing.AbstractJpaTestRule.EntityManagerFactoryConfigurator
Configures the LocalContainerEntityManagerFactoryBean used for testing.
createEntityManager() - Method in class net.sf.javagimmicks.jpa.testing.AbstractJpaTestRule
Creates and returns a new EntityManager using the internal EntityManagerFactory.
createEntityManager(Map) - Method in class net.sf.javagimmicks.jpa.testing.AbstractJpaTestRule
Creates and returns a new EntityManager using the internal EntityManagerFactory and applying the given Map of properties.

D

DerbyJpaTestRule - Class in net.sf.javagimmicks.jpa.testing
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.
DerbyJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator, File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.DerbyJpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator and folder for the internal database.
DerbyJpaTestRule(File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.DerbyJpaTestRule
Creates a new instance using the given folder for the internal database.
DerbyJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.DerbyJpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator for the internal database.
DerbyJpaTestRule(String...) - Constructor for class net.sf.javagimmicks.jpa.testing.DerbyJpaTestRule
Creates a new instance with no special configuration.

G

getEntityManagerFactory() - Method in class net.sf.javagimmicks.jpa.testing.AbstractJpaTestRule
Returns the internal EntityManagerFactory.

H

H2JpaTestRule - Class in net.sf.javagimmicks.jpa.testing
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(AbstractJpaTestRule.EntityManagerFactoryConfigurator, File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.H2JpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator and folder for the internal database.
H2JpaTestRule(File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.H2JpaTestRule
Creates a new instance using the given folder for the internal database.
H2JpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.H2JpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator for the internal database.
H2JpaTestRule(String...) - Constructor for class net.sf.javagimmicks.jpa.testing.H2JpaTestRule
Creates a new instance with no special configuration.
HsqlJpaTestRule - Class in net.sf.javagimmicks.jpa.testing
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.
HsqlJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator, File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.HsqlJpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator and folder for the internal database.
HsqlJpaTestRule(File, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.HsqlJpaTestRule
Creates a new instance using the given folder for the internal database.
HsqlJpaTestRule(AbstractJpaTestRule.EntityManagerFactoryConfigurator, String...) - Constructor for class net.sf.javagimmicks.jpa.testing.HsqlJpaTestRule
Creates a new instance using the given EntityManagerFactoryConfigurator for the internal database.
HsqlJpaTestRule(String...) - Constructor for class net.sf.javagimmicks.jpa.testing.HsqlJpaTestRule
Creates a new instance with no special configuration.

N

net.sf.javagimmicks.jpa.testing - package net.sf.javagimmicks.jpa.testing
Includes classes for running JUnit4 based tests on a temporary Spring/Hibernate JPA layer over a Hypersonic SQL database
A C D G H N 

Copyright © 2013. All Rights Reserved.