org.wamblee.test.persistence
Class JpaCustomizerBuilder

java.lang.Object
  extended by org.wamblee.test.persistence.JpaCustomizerBuilder

public class JpaCustomizerBuilder
extends java.lang.Object

JPA customizer builder implements the ServiceLoader based mechanism for looking up JPA customizers.


Constructor Summary
JpaCustomizerBuilder()
           
 
Method Summary
static JpaCustomizer getCustomizer()
          Gets the customizer to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaCustomizerBuilder

public JpaCustomizerBuilder()
Method Detail

getCustomizer

public static JpaCustomizer getCustomizer()
Gets the customizer to use. This is a composite customizer that combines all customizers that were found.

Returns:
JPA customizer.


Copyright © 2010. All Rights Reserved.