CreateJsonIndexChange |
Extension used to create an index for properties of JSON files stored in the database.
|
CreateJsonIndexGenerator |
|
CreateJsonIndexStatement |
A SqlStatement that holds the information needed to create JSON indexes.
|
GeneratedColumnChange |
Extension used to a column whose values are generated from a property of a JSON file stored in one of the table's columns.
|
GeneratedColumnSqlGenerator |
|
GeneratedColumnStatement |
A SqlStatement that extends the standard AddColumnStatement to include properties
to identify the JSON column and JSON property that are to be used to generated the values for the column being added.
|
JsonDataType |
A LiquibaseDataType to handle the JSON column type.
|
JsonEnabledColumnConfig |
A ColumnConfig extension that contains attributes to specify a JSON column and the property
to be selected from the JSON file.
|