Uses of Interface
com.querydsl.sql.namemapping.NameMapping
Packages that use NameMapping
Package
Description
SQL/JDBC support
Changing database identifier names in serialized SQL queries.
-
Uses of NameMapping in com.querydsl.sql
Methods in com.querydsl.sql with parameters of type NameMappingModifier and TypeMethodDescriptionvoidConfiguration.setDynamicNameMapping(NameMapping nameMapping) Programmers can specify name mappings by implementing theNameMappinginterface. -
Uses of NameMapping in com.querydsl.sql.namemapping
Classes in com.querydsl.sql.namemapping that implement NameMappingModifier and TypeClassDescriptionclassANameMappingimplementation that accepts zero or moreNameMappings and returns the first non-null mapping result.classSimple implementation ofNameMappingthat changes the letter-case (lower-case or upper-case) of the schema, table and column names.classNameMappingimplementation that allows specifying exact schema, table and column name mappings.Constructors in com.querydsl.sql.namemapping with parameters of type NameMapping