| 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 | Class and Description |
|---|---|
class |
CompositeJpaCustomizer
Composite JPA customizer that applies the customizations from several JPA
customizers.
|
| Modifier and Type | Method and Description |
|---|---|
static JpaCustomizer |
JpaCustomizerBuilder.getCustomizer()
Gets the customizer to use.
|
| Constructor and Description |
|---|
CompositeJpaCustomizer(List<JpaCustomizer> aCustomizers)
Construcst the customizer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EclipselinkJpaCustomizer |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateJpaCustomizer |
| Modifier and Type | Class and Description |
|---|---|
class |
ToplinkJpaCustomizer |
Copyright © 2025. All rights reserved.