org.wamblee.support.persistence.eclipselink
Class EclipselinkTables

java.lang.Object
  extended by org.wamblee.support.persistence.eclipselink.EclipselinkTables
All Implemented Interfaces:
org.dbunit.dataset.filter.ITableFilterSimple

public class EclipselinkTables
extends java.lang.Object
implements org.dbunit.dataset.filter.ITableFilterSimple

Toplink-specific tables.


Constructor Summary
EclipselinkTables()
           
 
Method Summary
 boolean accept(java.lang.String aTableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipselinkTables

public EclipselinkTables()
Method Detail

accept

public boolean accept(java.lang.String aTableName)
               throws org.dbunit.dataset.DataSetException
Specified by:
accept in interface org.dbunit.dataset.filter.ITableFilterSimple
Throws:
org.dbunit.dataset.DataSetException


Copyright © 2010. All Rights Reserved.