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[])
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.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.