|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.platform.dbunit.AbstractDbUnitEntityIterator
org.databene.platform.dbunit.NestedDbUnitEntityIterator
public class NestedDbUnitEntityIterator
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
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 |
---|
public NestedDbUnitEntityIterator(java.lang.String uri, BeneratorContext context)
Method Detail |
---|
public org.databene.webdecs.DataContainer<Entity> next(org.databene.webdecs.DataContainer<Entity> container)
protected void parseColumns() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |