Uses of Package
org.eobjects.metamodel.schema

Packages that use org.eobjects.metamodel.schema
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.data API for data sets 
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 API for querying 
org.eobjects.metamodel.query.builder API for query building 
org.eobjects.metamodel.schema API for schema structure 
org.eobjects.metamodel.update API for updating rows 
org.eobjects.metamodel.util Utilities and convenient classes 
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel
Column
          Represents a column and it's metadata description.
ColumnType
          Represents the data-type of columns.
Schema
          Represents a schema and it's metadata description.
SuperColumnType
          Represents an abstract, generalized type of column
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.convert
Column
          Represents a column and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.create
Column
          Represents a column and it's metadata description.
ColumnType
          Represents the data-type of columns.
MutableColumn
          Represents a column and it's metadata description.
MutableTable
          Represents the metadata about a table.
Schema
          Represents a schema and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.data
Column
          Represents a column and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.delete
Column
          Represents a column and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.drop
Schema
          Represents a schema and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.insert
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.intercept
Column
          Represents a column and it's metadata description.
Schema
          Represents a schema and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.query
Column
          Represents a column and it's metadata description.
ColumnType
          Represents the data-type of columns.
Relationship
          Represents a relationship between two tables where one set of columns is the primary key, and another set is the foreign key.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.query.builder
Column
          Represents a column and it's metadata description.
Schema
          Represents a schema and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.schema
AbstractColumn
          Abstract Column implementation.
AbstractRelationship
           
AbstractSchema
          Abstract implementation of the Schema interface.
AbstractTable
          Abstract Table implementation.
Column
          Represents a column and it's metadata description.
ColumnType
          Represents the data-type of columns.
ImmutableSchema
          An immutable implementation of the Schema interface.
MutableColumn
          Represents a column and it's metadata description.
MutableSchema
          Represents a schema and it's metadata.
MutableTable
          Represents the metadata about a table.
NamedStructure
          Super-interface for named structural types in a DataContext.
Relationship
          Represents a relationship between two tables where one set of columns is the primary key, and another set is the foreign key.
Schema
          Represents a schema and it's metadata description.
SuperColumnType
          Represents an abstract, generalized type of column
Table
          Represents a table and it's metadata description.
TableType
          Represents the various types of tables
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.update
Column
          Represents a column and it's metadata description.
Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema used by org.eobjects.metamodel.util
ColumnType
          Represents the data-type of columns.
MutableTable
          Represents the metadata about a table.
Table
          Represents a table and it's metadata description.
 



Copyright © 2007-2013. All Rights Reserved.