Uses of Interface
org.eobjects.metamodel.schema.NamedStructure

Packages that use NamedStructure
org.eobjects.metamodel.schema API for schema structure 
 

Uses of NamedStructure in org.eobjects.metamodel.schema
 

Subinterfaces of NamedStructure in org.eobjects.metamodel.schema
 interface Column
          Represents a column and it's metadata description.
 interface Schema
          Represents a schema and it's metadata description.
 interface Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema that implement NamedStructure
 class AbstractColumn
          Abstract Column implementation.
 class AbstractSchema
          Abstract implementation of the Schema interface.
 class AbstractTable
          Abstract Table implementation.
 class CompositeSchema
          A composite schema, comprising tables from several DataContexts.
 class ImmutableColumn
          Immutable implementation of the Column interface.
 class ImmutableSchema
          An immutable implementation of the Schema interface.
 class MutableColumn
          Represents a column and it's metadata description.
 class MutableSchema
          Represents a schema and it's metadata.
 class MutableTable
          Represents the metadata about a table.
 



Copyright © 2007-2013. All Rights Reserved.