|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.webdecs.util.AbstractDataSource<Entity>
org.databene.model.data.AbstractEntitySource
org.databene.model.data.FileBasedEntitySource
org.databene.platform.dbunit.DbUnitEntitySource
public class DbUnitEntitySource
Imports entities from a DbUnit XML file.
Created at 07.11.2008 18:07:54
Field Summary |
---|
Fields inherited from class org.databene.model.data.FileBasedEntitySource |
---|
uri |
Fields inherited from class org.databene.model.data.AbstractEntitySource |
---|
context |
Fields inherited from class org.databene.webdecs.util.AbstractDataSource |
---|
type |
Constructor Summary | |
---|---|
DbUnitEntitySource(java.lang.String uri,
BeneratorContext context)
|
Method Summary | |
---|---|
org.databene.webdecs.DataIterator<Entity> |
iterator()
|
java.lang.String |
toString()
|
Methods inherited from class org.databene.model.data.FileBasedEntitySource |
---|
getUri, resolveUri, setUri |
Methods inherited from class org.databene.model.data.AbstractEntitySource |
---|
setContext |
Methods inherited from class org.databene.webdecs.util.AbstractDataSource |
---|
close, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.databene.webdecs.DataSource |
---|
close, getType |
Constructor Detail |
---|
public DbUnitEntitySource(java.lang.String uri, BeneratorContext context)
Method Detail |
---|
public org.databene.webdecs.DataIterator<Entity> iterator()
public java.lang.String toString()
toString
in class FileBasedEntitySource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |