|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpaCustomizer
JPA customizer is used to customize properties for a given JPA
implementation.
Implementations of JpaCustomizer are found using ServiceLoader. In
case of testing with a specific JPA provider, the customizer library for that
JPA provider must be on the classpath as well.
| Method Summary | |
|---|---|
void |
customize(PersistenceUnitDescription aPersistenceUnit,
java.util.Map<java.lang.String,java.lang.String> aJpaProperties)
Customizes the persistence unit through properties. |
org.dbunit.dataset.filter.ITableFilterSimple |
getJpaTables()
Gets the tables specific to the JPA provider. |
| Method Detail |
|---|
void customize(PersistenceUnitDescription aPersistenceUnit,
java.util.Map<java.lang.String,java.lang.String> aJpaProperties)
aPersistenceUnit - Persistence unit.aJpaProperties - Current properties.org.dbunit.dataset.filter.ITableFilterSimple getJpaTables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||