Uses of Interface
org.databene.model.data.EntitySource

Packages that use EntitySource
org.databene.model.data   
org.databene.platform.csv   
org.databene.platform.dbunit   
org.databene.platform.flat   
org.databene.platform.xls   
 

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 EntitySources 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 CSVEntitySourceFactory.create(java.lang.String id, BeneratorContext context)
           
 

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.flat
 

Classes in org.databene.platform.flat that implement EntitySource
 class FlatFileEntitySource
          Reads Entities from a flat file.
 

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 XLSEntitySourceFactory.create(java.lang.String id, BeneratorContext context)
           
 



Copyright © 2011. All Rights Reserved.