kodo.jdbc.schema
Interface  SchemaFactory
- All Known Implementing Classes: 
- DynamicSchemaFactory, LazySchemaFactory, DBSchemaFactory, FileSchemaFactory
- public interface SchemaFactory
Factory for SchemaGroups.  Users can plug in their own factory
	implementation, or rely on the ones provided.  Most schema factoryies
	will probably implement Configurable to 
	receive the system congiguration on construction.
 
readSchema
public SchemaGroup readSchema()
- Return the schema group for the current object model and database.
storeSchema
public void storeSchema(SchemaGroup schema)
- Record the schema group after changes may have been made.- 
- Parameters:
- schema- the schema definition for the entire system
 
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.