See: Description
| Interface | Description |
|---|---|
| NameMapping |
By implementing this interface, it is possible to programmatically override
schema, table and column names.
|
| Class | Description |
|---|---|
| ChainedNameMapping |
A
NameMapping implementation that accepts zero or more
NameMappings and returns the first non-null mapping result. |
| ChangeLetterCaseNameMapping |
Simple implementation of
NameMapping that changes the letter-case
(lower-case or upper-case) of the schema, table and column names. |
| PreConfiguredNameMapping |
NameMapping implementation that allows specifying exact schema, table and column name mappings. |
| Enum | Description |
|---|---|
| ChangeLetterCaseNameMapping.LetterCase |
The target character-case (lower or upper) that the
ChangeLetterCaseNameMapping should use to convert the identifiers
names. |
Copyright © 2007–2018 Querydsl. All rights reserved.