Package org.eobjects.metamodel

Root package for MetaModel

See:
          Description

Interface Summary
DataContext A DataContext represents the central entry point for interactions with datastores.
UpdateableDataContext Represents a DataContext that supports updating write-operations.
UpdateCallback An UpdateCallback is used by an UpdateScript to perform updates on a DataContext.
UpdateScript Represents any updating operation or update script that can be executed on a UpdateableDataContext.
 

Class Summary
AbstractDataContext Abstract implementation of the DataContext interface.
AbstractUpdateCallback Abstract implementation of the UpdateCallback interface.
CompositeDataContext DataContext for composite datacontexts.
DeleteAndInsertBuilder Simple implementation of the RowUpdationBuilder interface, which simply uses a combined delete+insert strategy for performing updates.
MetaModelHelper This class contains various helper functionality to common tasks in MetaModel, eg.: Easy-access for traversing common schema items Manipulate data in memory.
QueryPostprocessDataContext Abstract DataContext for data sources that do not support SQL queries natively.
QueryPostprocessDelegate A simple subclass of QueryPostprocessDataContext which provides less implementation fuzz when custom querying features (like composite datacontexts or type conversion) is needed.
 

Exception Summary
InconsistentRowFormatException Abstract exception type that represents exceptions that occur when reading a data format which contain formatting errors or inconsistencies in on or more rows.
MetaModelException Unchecked exception used to signal errors occuring in MetaModel.
 

Package org.eobjects.metamodel Description

Root package for MetaModel



Copyright © 2007-2013. All Rights Reserved.