Uses of Package
com.querydsl.sql.namemapping
Packages that use com.querydsl.sql.namemapping
Package
Description
SQL/JDBC support
Changing database identifier names in serialized SQL queries.
-
Classes in com.querydsl.sql.namemapping used by com.querydsl.sqlClassDescriptionBy implementing this interface, it is possible to programmatically override schema, table and column names.
-
Classes in com.querydsl.sql.namemapping used by com.querydsl.sql.namemappingClassDescriptionThe target character-case (lower or upper) that the
ChangeLetterCaseNameMappingshould use to convert the identifiers names.By implementing this interface, it is possible to programmatically override schema, table and column names.