org.wamblee.support.persistence
Interface JpaCustomizer
- All Known Implementing Classes:
- CompositeJpaCustomizer
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.
- Author:
- Erik Brakkee
customize
void customize(PersistenceUnitDescription aPersistenceUnit,
java.util.Map<java.lang.String,java.lang.String> aJpaProperties)
getJpaTables
org.dbunit.dataset.filter.ITableFilterSimple getJpaTables()
Copyright © 2010. All Rights Reserved.