Class NewLanguageChangelog
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.xml.AbstractChangelog
ch.tocco.nice2.dbrefactoring.impl.xml.NewLanguageChangelog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAddColumn
(String target) void
addColumn
(Element ac, ModelColumnInfoImpl info) void
addColumnExists
(String target, String columnName) void
void
addCustomChange
(String clazz, @Nullable Map<String, String> params) void
void
addUpdateToFallback
(String tableName, String newColumn, String fallbackColumn, @Nullable String whereClause) void
protected void
init()
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.xml.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
-