|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.platform.dbunit.DbUnitEntityIterator
public class DbUnitEntityIterator
Iterates the rows defined an a DBUnit dataset file. It supports the normal format as well as the flat format.
Created: 05.08.2007 07:43:36
| Constructor Summary | |
|---|---|
DbUnitEntityIterator(java.lang.String uri,
Context context)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
Entity |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DbUnitEntityIterator(java.lang.String uri,
Context context)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Entity>public Entity next()
next in interface java.util.Iterator<Entity>public void remove()
remove in interface java.util.Iterator<Entity>public void close()
close in interface java.io.Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||