Class ChangeLetterCaseNameMapping

java.lang.Object
com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping
All Implemented Interfaces:
NameMapping

public class ChangeLetterCaseNameMapping extends Object implements NameMapping
Simple implementation of NameMapping that changes the letter-case (lower-case or upper-case) of the schema, table and column names. The information how the database stores the identifiers are available normally from the stores*Identifiers function of the DatabaseMetaData