Uses of Package
org.clazzes.jdbc2xml.schema

Packages that use org.clazzes.jdbc2xml.schema
org.clazzes.jdbc2xml.deserialization   
org.clazzes.jdbc2xml.deserialization.impl   
org.clazzes.jdbc2xml.sax   
org.clazzes.jdbc2xml.sax.impl   
org.clazzes.jdbc2xml.schema   
org.clazzes.jdbc2xml.schema.impl   
org.clazzes.jdbc2xml.serialization   
org.clazzes.jdbc2xml.serialization.impl   
org.clazzes.jdbc2xml.tools   
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.deserialization
ColumnInfo
          This class holds metadata of a database column.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.deserialization.impl
ColumnInfo
          This class holds metadata of a database column.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.sax
ISchemaEngine
           
TableInfo
          This class hold everything we need to known about a database table.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.sax.impl
ColumnInfo
          This class holds metadata of a database column.
ISchemaEngine
           
TableInfo
          This class hold everything we need to known about a database table.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.schema
ColumnInfo
          This class holds metadata of a database column.
Dialect
          SQL Dialects provide DBMS specific helpers to allow unified SQL commands.
ForeignKeyInfo
          This class implements all infos we need to describe a foreign key.
IDialectFactory
           
IndexFilter
          This interface is used to configure the set of indices retrieved from the database metadata.
IndexInfo
          This class implements all infos we need to describe a database index.
IndexInfo.Order
           
ISchemaEngine
           
PrimaryKeyInfo
          This class implements all infos we need to describe a primary key.
SortableTableDescription
          This class holds structural information about a table and a foreign key depth.
TableFilter
          This interface allows to filter tables from a database schema.
TableInfo
          This class hold everything we need to known about a database table.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.schema.impl
ColumnInfo
          This class holds metadata of a database column.
Dialect
          SQL Dialects provide DBMS specific helpers to allow unified SQL commands.
DialectFactory
          Implementations of this factory instantiate Dialect instances for a given column of a DatabaseMetaData description.
ForeignKeyInfo
          This class implements all infos we need to describe a foreign key.
IDialectFactory
           
IndexFilter
          This interface is used to configure the set of indices retrieved from the database metadata.
IndexInfo
          This class implements all infos we need to describe a database index.
ISchemaEngine
           
ISchemaEngineFactory
          An interface implemented by a singleton bean, that creates a stateful ISchemaEngine implementation.
SchemaEngine
          An implementation of this class is responsible for creating/modifying a database schema based on table descriptions.
TableFilter
          This interface allows to filter tables from a database schema.
TableInfo
          This class hold everything we need to known about a database table.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.serialization
ColumnInfo
          This class holds metadata of a database column.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.serialization.impl
ColumnInfo
          This class holds metadata of a database column.
 

Classes in org.clazzes.jdbc2xml.schema used by org.clazzes.jdbc2xml.tools
Dialect
          SQL Dialects provide DBMS specific helpers to allow unified SQL commands.
IndexFilter
          This interface is used to configure the set of indices retrieved from the database metadata.
ISchemaEngine
           
TableFilter
          This interface allows to filter tables from a database schema.
 



Copyright © 2010. All Rights Reserved.