Class DbRefactoringConfiguration
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.DbRefactoringConfiguration
@Configuration
@PropertySource("classpath:/ch/tocco/nice2/dbrefactoring/impl/default.properties")
public class DbRefactoringConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbinaryFkFragmentContribution
(BinaryFkFragment fragment) removeFieldsContribution
(RemoveLanguagesProcessor processor)
-
Constructor Details
-
DbRefactoringConfiguration
public DbRefactoringConfiguration()
-
-
Method Details
-
updateLocalizedFieldChange
-
copyToBusinessUnitChange
-
migrateLocalizedEntityChange
-
localizeFieldChange
-
addForeignKeyIndexes
-
singleToMultiRelationChange
-
createWidgetConfigChange
-
runFragmentChange
-
yamlInitialValueCustomChange
-
separatorContribution
-
duplicateFieldsContribution
@Bean @Order(-200) public PostProcessorImpl.NodeProcessorContribution duplicateFieldsContribution(DuplicateLanguagesProcessor processor) -
keepDefaultLangsContribution
@Bean @Order(-100) public PostProcessorImpl.NodeProcessorContribution keepDefaultLangsContribution(KeepDefaultLangProcessor processor) -
extendLocalizedContribution
@Bean @Order(-400) public PostProcessorImpl.NodeProcessorContribution extendLocalizedContribution(ExtendLocalizedValuesProcessor processor) -
removeFieldsContribution
@Bean @Order(-300) public PostProcessorImpl.NodeProcessorContribution removeFieldsContribution(RemoveLanguagesProcessor processor) -
localizedColumnNamesContribution
@Bean @Order(-200) public PostProcessorImpl.NodeProcessorContribution localizedColumnNamesContribution(LocalizedColumnNameProcessor processor) -
precondProcessorContribution
@Bean @Order(-100) public PostProcessorImpl.NodeProcessorContribution precondProcessorContribution() -
versionContextProcessorContribution
-
applyRunOnChangeContribution
-
removeRemarksContribution
-
initialValuesStatusIgnoredTable
-
initialValuesStatusFragmentContribution
@Bean @Order(0) public FragmentContribution initialValuesStatusFragmentContribution(InitialValuesStatusFragment fragment) -
schemaUpgradeFragmentContribution
@Bean @Order(100) public FragmentContribution schemaUpgradeFragmentContribution(SchemaUpgradeFragment fragment) -
createBusinessUnitFragmentContribution
@Bean @Order(200) public FragmentContribution createBusinessUnitFragmentContribution(CreateBusinessUnitFragment fragment) -
yamlInitialValuesContribution
@Bean @Order(200) public FragmentContribution yamlInitialValuesContribution(YamlInitialValuesFragment fragment) -
binaryFkFragmentContribution
@Bean @Order(300) public FragmentContribution binaryFkFragmentContribution(BinaryFkFragment fragment) -
addForeignKeysIndexContribution
@Bean @Order(400) public FragmentContribution addForeignKeysIndexContribution(AddForeignKeyIndexFragment fragment) -
addOrderColumnIndexFragmentContribution
@Bean @Order(500) public FragmentContribution addOrderColumnIndexFragmentContribution(AddOrderColumnIndexFragment fragment) -
renameDefaultLanguageColumnsContribution
@Bean @Order(600) public FragmentContribution renameDefaultLanguageColumnsContribution(RenameDefaultLanguageColumns fragment) -
fixCountersFragmentContribution
@Bean @Order(800) public FragmentContribution fixCountersFragmentContribution(FixCountersFragment fragment) -
upgradeLanguageContribution
-