SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.impl.jdbc.schema
Interface SchemaFactory

All Known Implementing Classes:
DBSchemaFactory, DynamicSchemaFactory, LazySchemaFactory, SingleFileSchemaFactory

public interface SchemaFactory

Factory for SchemaGroups. Users can plug in their own factory implementation, or rely on the ones provided.


Method Summary
 com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup readSchema()
          Return the schema group for the current object model and database.
 void setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
          Set the configuration for the factory.
 void storeSchema(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup schema)
          Record the schema group after changes may have been made.
 

Method Detail

setConfiguration

public void setConfiguration(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
Set the configuration for the factory.


readSchema

public com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup readSchema()
Return the schema group for the current object model and database.


storeSchema

public void storeSchema(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup schema)
Record the schema group after changes may have been made.

Parameters:
schema - the schema definition for the entire system

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.