-
public interface CatalogVersionProviderAn SPI that can be used to provide a catalog version to the jOOQ code generator.If between subsequent meta data accesses, at least one
SchemaDefinition's version changes, that schema'sCatalogDefinition's version must change as well. In other words, it can be safely assumed that when between two subsequent schema meta data accesses, theCatalogDefinition's version stays the same, allSchemaDefinition's versions have stayed the same as well.A
CatalogDefinitionis said to be unversioned ifversion(CatalogDefinition)returnsnull.- Author:
- Lukas Eder
- See Also:
SchemaVersionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringversion(CatalogDefinition catalog)Get a custom schema version.
-
-
-
Method Detail
-
version
String version(CatalogDefinition catalog)
Get a custom schema version.
-
-