Package com.querydsl.sql.namemapping
package com.querydsl.sql.namemapping
Changing database identifier names in serialized SQL queries.
-
ClassDescriptionA
NameMappingimplementation that accepts zero or moreNameMappings and returns the first non-null mapping result.Simple implementation ofNameMappingthat changes the letter-case (lower-case or upper-case) of the schema, table and column names.The target character-case (lower or upper) that theChangeLetterCaseNameMappingshould use to convert the identifiers names.By implementing this interface, it is possible to programmatically override schema, table and column names.NameMappingimplementation that allows specifying exact schema, table and column name mappings.