public interface SchemaFactory
SchemaGroup
s. Users can plug in their own factory
implementation, or rely on the ones provided. Most schema factories
will probably implement Configurable
to
receive the system configuration on construction.Modifier and Type | Method and Description |
---|---|
SchemaGroup |
readSchema()
Return the schema group for the current object model and database.
|
void |
storeSchema(SchemaGroup schema)
Record the schema group after changes may have been made.
|
SchemaGroup readSchema()
void storeSchema(SchemaGroup schema)
schema
- the schema definition for the entire systemCopyright © 2006–2020 Apache Software Foundation. All rights reserved.