Modifier and Type | Class and Description |
---|---|
class |
CompositeDataContext
DataContext for composite datacontexts.
|
class |
QueryPostprocessDataContext
Abstract DataContext for data sources that do not support SQL queries natively.
|
class |
QueryPostprocessDelegate
A simple subclass of
QueryPostprocessDataContext which provides less
implementation fuzz when custom querying features (like composite
datacontexts or type conversion) is needed. |
Modifier and Type | Class and Description |
---|---|
class |
ArffDataContext
DataContext implementation for ARFF (.arff) files, which can be loosely described a specialized type of CSV files
with schema information, comments and data types in the header section of the file.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraDataContext
DataContext implementation for Apache Cassandra database.
|
Modifier and Type | Class and Description |
---|---|
class |
CouchDbDataContext
DataContext implementation for CouchDB
|
Modifier and Type | Class and Description |
---|---|
class |
CsvDataContext
DataContext implementation for reading CSV files.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamoDbDataContext
DataContext implementation for Amazon DynamoDB.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElasticSearchDataContext |
Modifier and Type | Class and Description |
---|---|
class |
ElasticSearchDataContext
DataContext implementation for ElasticSearch analytics engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticSearchRestDataContext
DataContext implementation for ElasticSearch analytics engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelDataContext
DataContext implementation to use for Excel spreadsheets. |
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthDataContext
DataContext implementation for fixed width value files.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseDataContext
MetaModel adaptor for Apache HBase.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDataContext
DataContextStrategy to use for JDBC-compliant databases
|
Modifier and Type | Class and Description |
---|---|
class |
JsonDataContext
DataContext implementation that works on JSON files or
Resource s. |
Modifier and Type | Class and Description |
---|---|
class |
KafkaDataContext<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
MongoDbDataContext
DataContext implementation for MongoDB.
|
Modifier and Type | Class and Description |
---|---|
class |
Neo4jDataContext
DataContext implementation for Neo4j
|
Modifier and Type | Class and Description |
---|---|
class |
OpenOfficeDataContext |
Modifier and Type | Class and Description |
---|---|
class |
PojoDataContext
A
DataContext used to serve MetaModel support for collections of Java
objects and key/value maps. |
Modifier and Type | Class and Description |
---|---|
class |
SalesforceDataContext
A datacontext that uses the Salesforce API.
|
Modifier and Type | Class and Description |
---|---|
class |
SugarCrmDataContext
A DataContext that uses the SugarCRM SOAP web services to fetch data from the
CRM system.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDomDataContext
A DataContext strategy that reads XML content and maps it to a table-based
model similar to the rest of MetaModel.
|
class |
XmlSaxDataContext
XML datacontext which uses SAX parsing for fast and memory effecient reading
of XML files.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.