Uses of Package
org.eobjects.metamodel

Packages that use org.eobjects.metamodel
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.convert DataContext decorator for implicit conversion of value types after querying and before insertion. 
org.eobjects.metamodel.create API for creating tables 
org.eobjects.metamodel.delete API for deleting rows 
org.eobjects.metamodel.drop API for dropping tables 
org.eobjects.metamodel.insert API for inserting rows 
org.eobjects.metamodel.intercept   
org.eobjects.metamodel.query.builder API for query building 
org.eobjects.metamodel.query.parser   
org.eobjects.metamodel.update API for updating rows 
org.eobjects.metamodel.util Utilities and convenient classes 
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel
AbstractDataContext
          Abstract implementation of the DataContext interface.
AbstractUpdateCallback
          Abstract implementation of the UpdateCallback interface.
DataContext
          A DataContext represents the central entry point for interactions with datastores.
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
QueryPostprocessDataContext
          Abstract DataContext for data sources that do not support SQL queries natively.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.convert
DataContext
          A DataContext represents the central entry point for interactions with datastores.
UpdateableDataContext
          Represents a DataContext that supports updating write-operations.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.create
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.delete
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.drop
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.insert
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.intercept
DataContext
          A DataContext represents the central entry point for interactions with datastores.
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
UpdateableDataContext
          Represents a DataContext that supports updating write-operations.
UpdateScript
          Represents any updating operation or update script that can be executed on a UpdateableDataContext.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.query.builder
DataContext
          A DataContext represents the central entry point for interactions with datastores.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.query.parser
DataContext
          A DataContext represents the central entry point for interactions with datastores.
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.update
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
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.
 

Classes in org.eobjects.metamodel used by org.eobjects.metamodel.util
MetaModelException
          Unchecked exception used to signal errors occuring in MetaModel.
 



Copyright © 2007-2013. All Rights Reserved.