Uses of Package
org.keycloak.models.map.storage.jpa.liquibase.extension
-
Packages that use org.keycloak.models.map.storage.jpa.liquibase.extension Package Description org.keycloak.models.map.storage.jpa.liquibase.extension -
Classes in org.keycloak.models.map.storage.jpa.liquibase.extension used by org.keycloak.models.map.storage.jpa.liquibase.extension Class Description AddGeneratedColumnConfig AColumnConfig
extension that contains attributes either to specify - a JSON column and the property to be selected from the JSON file - a hashOf property with column name to be used for the generating a column with hash value of it.CreateJsonIndexStatement ASqlStatement
that holds the information needed to create JSON indexes.GeneratedColumnStatement ASqlStatement
that extends the standardAddColumnStatement
to include properties to either identify the JSON column and JSON property or a column name (hashOf
) to be used for hashing that are to be used to generated the values for the column being added.