| Package | Description |
|---|---|
| com.querydsl.sql |
SQL/JDBC support
|
| com.querydsl.sql.namemapping |
Changing database identifier names in serialized SQL queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setDynamicNameMapping(NameMapping nameMapping)
Programmers can specify name mappings by implementing the
NameMapping interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedNameMapping
A
NameMapping implementation that accepts zero or more
NameMappings and returns the first non-null mapping result. |
class |
ChangeLetterCaseNameMapping
Simple implementation of
NameMapping that changes the letter-case
(lower-case or upper-case) of the schema, table and column names. |
class |
PreConfiguredNameMapping
NameMapping implementation that allows specifying exact schema, table and column name mappings. |
| Constructor and Description |
|---|
ChainedNameMapping(NameMapping... nameMappings) |
Copyright © 2007–2021 Querydsl. All rights reserved.