Package ch.tocco.nice2.dbrefactoring.impl.liquibase
package ch.tocco.nice2.dbrefactoring.impl.liquibase
-
ClassDescriptionUsed to copy entities from the one business unit to another Parameters: * sourceBusinessUnitId (default = business unit with the lowest pk) * targetBusinessUnitId business unit id to copy to * tableName Name of the database table * businessUnitFkColumn fk of business unit relation (default = fk_business_unit) * pkColumn pk of your table (default = pk)A
DropDefaultValueGenerator
that works with postgres.Extension ofLiquibase
to be able to catch and ignore checksum errors when ignoreErrors is setListener which gets notified by liquibase and logs currently running and failed changesets.Used to localize a field after it has been createdImplementation ofProgressLogger
which compiles the report in aStringBuilder
and displays progress messages through theMessageCallback
Reports inserted and updated data.Executes the given fragments Parameters: * fragments The fragments to run (comma separated list) Example:Use this change to update your data if you want to change a n:1 or a n:0..1 relation to a n:n relation.