|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntitySource | |
---|---|
org.databene.benerator.wrapper | Defines generators that wrap other generators and forward or convert their products |
org.databene.model.data | |
org.databene.platform.csv | |
org.databene.platform.db | platform adapter for databases. |
org.databene.platform.dbunit | |
org.databene.platform.fixedwidth | |
org.databene.platform.flat | |
org.databene.platform.xls |
Uses of EntitySource in org.databene.benerator.wrapper |
---|
Classes in org.databene.benerator.wrapper that implement EntitySource | |
---|---|
class |
EntityPartSource
EntitySource implementation that looks up an entity by its name (EntityPartSource.productName ) in the context,
accesses a 'part' component of it (by its EntityPartSource.partName ), and provides the entities contained within
in the form of a DataIterator . |
Uses of EntitySource in org.databene.model.data |
---|
Classes in org.databene.model.data that implement EntitySource | |
---|---|
class |
AbstractEntitySource
Abstract implementation of EntitySource
to be used as parent class for custom implementations. |
class |
FileBasedEntitySource
Parent class for EntitySource s that import entities from files. |
Uses of EntitySource in org.databene.platform.csv |
---|
Classes in org.databene.platform.csv that implement EntitySource | |
---|---|
class |
CSVEntitySource
Imports Entity data from CSV files. |
Methods in org.databene.platform.csv that return EntitySource | |
---|---|
EntitySource |
CSVEntitySourceProvider.create(java.lang.String id,
BeneratorContext context)
|
Uses of EntitySource in org.databene.platform.db |
---|
Classes in org.databene.platform.db that implement EntitySource | |
---|---|
class |
EntityResultSetDataSource
Iterates a ResultSet, returning Entities. |
Uses of EntitySource in org.databene.platform.dbunit |
---|
Classes in org.databene.platform.dbunit that implement EntitySource | |
---|---|
class |
DbUnitEntitySource
Imports entities from a DbUnit XML file. |
Uses of EntitySource in org.databene.platform.fixedwidth |
---|
Classes in org.databene.platform.fixedwidth that implement EntitySource | |
---|---|
class |
FixedWidthEntitySource
Reads Entities from a fixed-width file. |
Uses of EntitySource in org.databene.platform.flat |
---|
Classes in org.databene.platform.flat that implement EntitySource | |
---|---|
class |
FlatFileEntitySource
Deprecated. The class has been replaced with FixedWidthEntitySource |
Uses of EntitySource in org.databene.platform.xls |
---|
Classes in org.databene.platform.xls that implement EntitySource | |
---|---|
class |
XLSEntitySource
Implements an EntitySource that reads Entities from an Excel sheet. |
Methods in org.databene.platform.xls that return EntitySource | |
---|---|
EntitySource |
XLSEntitySourceProvider.create(java.lang.String uri,
BeneratorContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |