Class NewLanguageChangelog
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.xml.AbstractChangelog
ch.tocco.nice2.dbrefactoring.impl.xml.NewLanguageChangelog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddColumn(String target) voidaddColumn(Element ac, ModelColumnInfoImpl info) voidaddColumnExists(String target, String columnName) voidvoidaddCustomChange(String clazz, @Nullable Map<String, String> params) voidvoidaddUpdateToFallback(String tableName, String newColumn, String fallbackColumn, @Nullable String whereClause) voidprotected voidinit()Methods inherited from class AbstractChangelog
addColumn, addConstraints, addEntityTable, addForeignKeyConstraintPrecondition, addNotNullConstraint, addUniqueConstraintPrecondition, getChangelog, getCustomChangelog, importNode
-
Constructor Details
-
NewLanguageChangelog
-
-
Method Details
-
init
protected void init() -
addSchemaPrecondition
-
addValuesPrecondition
-
addConstraintPrecondition
-
addAddColumn
-
addColumnExists
-
addColumn
-
addUpdateToFallback
-
addCustomChange
-