public interface SchemaAdjuster
Database or YDbModel before they are used
used in init/update process| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaAdjuster.ChainedSchemaAdjuster |
| Modifier and Type | Field and Description |
|---|---|
static SchemaAdjuster |
NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
adjust()
Invoked to adjust schema
|
static SchemaAdjuster |
chained(SchemaAdjuster... adjusters) |
static final SchemaAdjuster NONE
void adjust()
static SchemaAdjuster chained(SchemaAdjuster... adjusters)
Copyright © 2018 SAP SE. All Rights Reserved.