Package com.querydsl.sql.codegen.support
Class RenameMapping
java.lang.Object
com.querydsl.sql.codegen.support.RenameMapping
- All Implemented Interfaces:
Mapping
RenameMapping
overrides schemas, tables, columns and combinations of the three.- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Configuration configuration) Apply the customization to the passed in configuration.void
setFromColumn
(String fromColumn) void
setFromSchema
(String fromSchema) void
setFromTable
(String fromTable) void
setToColumn
(String toColumn) void
setToSchema
(String toSchema) void
setToTable
(String toTable)
-
Constructor Details
-
RenameMapping
public RenameMapping()
-
-
Method Details
-
apply
Description copied from interface:Mapping
Apply the customization to the passed in configuration. -
getFromSchema
-
setFromSchema
-
getFromTable
-
setFromTable
-
getFromColumn
-
setFromColumn
-
getToSchema
-
setToSchema
-
getToTable
-
setToTable
-
getToColumn
-
setToColumn
-