public interface CBOGeneratorI
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
SCOPE_GLOBAL
Scope constant representing a global generation context.
|
static int |
SCOPE_LOCAL
Scope constant representing a local generation context.
|
| Modifier and Type | Method and Description |
|---|---|
default CBOGeneratorResult |
generate(SchemaI schema)
Generates based on the provided schema.
|
CBOGeneratorResult |
generate(SchemaI schema,
SchemaI newSchema)
Performs a migration-based generation between an old schema and a new schema.
|
java.lang.String |
getName()
Retrieves the name of the generator implementation.
|
static final int SCOPE_GLOBAL
static final int SCOPE_LOCAL
java.lang.String getName()
default CBOGeneratorResult generate(SchemaI schema)
schema - The source schema to generate from.CBOGeneratorResult generate(SchemaI schema, SchemaI newSchema)
schema - The original (source) schema.newSchema - The target schema for migration.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.