Uses of Enum
com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping.LetterCase
Packages that use ChangeLetterCaseNameMapping.LetterCase
Package
Description
Changing database identifier names in serialized SQL queries.
-
Uses of ChangeLetterCaseNameMapping.LetterCase in com.querydsl.sql.namemapping
Methods in com.querydsl.sql.namemapping that return ChangeLetterCaseNameMapping.LetterCaseModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ChangeLetterCaseNameMapping.LetterCase.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.querydsl.sql.namemapping with parameters of type ChangeLetterCaseNameMapping.LetterCaseModifierConstructorDescriptionChangeLetterCaseNameMapping(ChangeLetterCaseNameMapping.LetterCase targetCase, Locale locale) Constructor.