org.databene.platform.dbunit
Class NestedDbUnitEntityIterator

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

public class NestedDbUnitEntityIterator
extends AbstractDbUnitEntityIterator

Reads the nested form of a DbUnit XML dataset file and provides its content as Entities through the DataIterator interface.

Created: 20.09.2011 07:55:49

Since:
0.7.2
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.platform.dbunit.AbstractDbUnitEntityIterator
context, logger, reader
 
Constructor Summary
NestedDbUnitEntityIterator(java.lang.String uri, BeneratorContext context)
           
 
Method Summary
 org.databene.webdecs.DataContainer<Entity> next(org.databene.webdecs.DataContainer<Entity> container)
           
protected  void parseColumns()
           
 
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

NestedDbUnitEntityIterator

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

next

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

parseColumns

protected void parseColumns()
                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2013. All Rights Reserved.