public interface SchemaVersionProvider
If between subsequent meta data accesses, at least one
SchemaDefinition's version changes, that schema's
CatalogDefinition's version must change as well. In other words, it
can be safely assumed that when between two subsequent schema meta data
accesses, the CatalogDefinition's version stays the same, all
SchemaDefinition's versions have stayed the same as well.
A SchemaDefinition is said to be unversioned if
version(SchemaDefinition) returns null.
CatalogVersionProvider| Modifier and Type | Method and Description |
|---|---|
String |
version(SchemaDefinition schema)
Get a custom schema version.
|
String version(SchemaDefinition schema)
Copyright © 2021. All rights reserved.