Uses of Class
liquibase.change.ChangeParameterMetaData
-
Uses of ChangeParameterMetaData in liquibase.change
Modifier and TypeMethodDescriptionprotected ChangeParameterMetaData
AbstractChange.createChangeParameterMetadata
(String parameterName) Called byAbstractChange.createChangeMetaData()
to create metadata for a given parameter.ChangeParameterMetaData.withAccessors
(Method readMethod, Method writeMethod) Modifier and TypeMethodDescriptionChangeMetaData.getOptionalParameters
(Database database) Returns the optional parameters for this change for the given database.ChangeMetaData.getParameters()
Return the parameters of this Change.ChangeMetaData.getRequiredParameters
(Database database) Returns the required parameters for this change for the given database.ChangeMetaData.getSetParameters
(Change change) Return the parameters of the given change that are set to a non-null value.ModifierConstructorDescriptionChangeMetaData
(String name, String description, int priority, String[] appliesTo, Map<String, String> databaseNotes, Set<ChangeParameterMetaData> parameters)