Uses of Interface
org.wamblee.test.persistence.JpaCustomizer

Packages that use JpaCustomizer
org.wamblee.test.persistence This package provides test library for database testing in general and JPA testing specifically. 
 

Uses of JpaCustomizer in org.wamblee.test.persistence
 

Classes in org.wamblee.test.persistence that implement JpaCustomizer
 class CompositeJpaCustomizer
          Composite JPA customizer that applies the customizations from several JPA customizers.
 

Methods in org.wamblee.test.persistence that return JpaCustomizer
static JpaCustomizer JpaCustomizerBuilder.getCustomizer()
          Gets the customizer to use.
 

Constructor parameters in org.wamblee.test.persistence with type arguments of type JpaCustomizer
CompositeJpaCustomizer(java.util.List<JpaCustomizer> aCustomizers)
          Construcst the customizer.
 



Copyright © 2010. All Rights Reserved.