| Package | Description |
|---|---|
| org.wamblee.test.persistence |
This package provides test library for database testing in general and JPA testing
specifically.
|
| org.wamblee.test.persistence.eclipselink | |
| org.wamblee.test.persistence.hibernate | |
| org.wamblee.test.persistence.toplink |
| Modifier and Type | Method and Description |
|---|---|
PersistenceUnitDescription |
JpaTester.getPersistenceUnit()
Gets the persistence unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJpaCustomizer.customize(PersistenceUnitDescription aPersistenceUnit,
Map<String,String> aJpaProperties) |
void |
JpaCustomizer.customize(PersistenceUnitDescription aPersistenceUnit,
Map<String,String> aJpaProperties)
Customizes the persistence unit through properties.
|
| Constructor and Description |
|---|
JpaBuilder(String aUrl,
String aUser,
String aPassword,
PersistenceUnitDescription aPersistenceUnit)
Constructs the builder.
|
JpaTester(PersistenceUnitDescription aPersistenceUnit)
Constructs the tester.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EclipselinkJpaCustomizer.customize(PersistenceUnitDescription aPersistenceUnit,
Map<String,String> aJpaProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateJpaCustomizer.customize(PersistenceUnitDescription aPersistenceUnit,
Map<String,String> aJpaProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
ToplinkJpaCustomizer.customize(PersistenceUnitDescription aPersistenceUnit,
Map<String,String> aJpaProperties) |
Copyright © 2025. All rights reserved.