org.databene.platform.dbunit
Class FlatDbUnitEntityIterator

java.lang.Object
  extended by org.databene.platform.dbunit.AbstractDbUnitEntityIterator
      extended by org.databene.platform.dbunit.FlatDbUnitEntityIterator
All Implemented Interfaces:
java.io.Closeable, org.databene.webdecs.DataIterator<Entity>

public class FlatDbUnitEntityIterator
extends AbstractDbUnitEntityIterator

Parses a flat DbUnit dataset file.

Created: 20.09.2011 07:53:15

Since:
0.7.2
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
context, logger, reader
 
Constructor Summary
FlatDbUnitEntityIterator(java.lang.String uri, BeneratorContext context)
           
 
Method Summary
protected  Entity mapToEntity(org.databene.platform.dbunit.Row row)
           
 org.databene.webdecs.DataContainer<Entity> next(org.databene.webdecs.DataContainer<Entity> container)
           
 
Methods inherited from class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
close, getType, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatDbUnitEntityIterator

public FlatDbUnitEntityIterator(java.lang.String uri,
                                BeneratorContext context)
Method Detail

next

public org.databene.webdecs.DataContainer<Entity> next(org.databene.webdecs.DataContainer<Entity> container)

mapToEntity

protected Entity mapToEntity(org.databene.platform.dbunit.Row row)


Copyright © 2013. All Rights Reserved.