SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.impl.jdbc.schema
Interface SchemaSequenceFactory

All Superinterfaces:
SequenceFactory, Serializable
All Known Implementing Classes:
ClassDBSequenceFactory, DBSequenceFactory

public interface SchemaSequenceFactory
extends SequenceFactory

A SequenceFactory to has the ability to initialize the schema to prepare it for use.A

Since:
2.5.0
See Also:
SchemaTool.refreshSequenceTables(java.lang.Class[])

Method Summary
 void initializeSchema(SchemaTool tool, Class type)
          Initializes the schema to be able to use this SequenceFactory.
 
Methods inherited from interface com.solarmetric.kodo.impl.jdbc.SequenceFactory
getNext, setConfiguration
 

Method Detail

initializeSchema

public void initializeSchema(SchemaTool tool,
                             Class type)
                      throws SQLException
Initializes the schema to be able to use this SequenceFactory.
Parameters:
manager - the SQLExecutionManager to use.
type - the class that this sequence factory is being initialize for.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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