org.wamblee.support.persistence.eclipselink
Class EclipselinkJpaCustomizer

java.lang.Object
  extended by org.wamblee.support.persistence.eclipselink.EclipselinkJpaCustomizer
All Implemented Interfaces:
JpaCustomizer

public class EclipselinkJpaCustomizer
extends java.lang.Object
implements JpaCustomizer

Version:
$Revision$
Author:
$author$

Constructor Summary
EclipselinkJpaCustomizer()
          Creates a new EclipselinkJpaCustomizer object.
 
Method Summary
 void customize(PersistenceUnitDescription aPersistenceUnit, java.util.Map<java.lang.String,java.lang.String> aJpaProperties)
           
 org.dbunit.dataset.filter.ITableFilterSimple getJpaTables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipselinkJpaCustomizer

public EclipselinkJpaCustomizer()
Creates a new EclipselinkJpaCustomizer object.

Method Detail

customize

public void customize(PersistenceUnitDescription aPersistenceUnit,
                      java.util.Map<java.lang.String,java.lang.String> aJpaProperties)
Specified by:
customize in interface JpaCustomizer

getJpaTables

public org.dbunit.dataset.filter.ITableFilterSimple getJpaTables()
Specified by:
getJpaTables in interface JpaCustomizer


Copyright © 2010. All Rights Reserved.