Uses of Class
org.jooq.conf.RenderNameCase
-
Packages that use RenderNameCase Package Description org.jooq.conf -
-
Uses of RenderNameCase in org.jooq.conf
Fields in org.jooq.conf declared as RenderNameCase Modifier and Type Field Description protected RenderNameCase
Settings. renderNameCase
Methods in org.jooq.conf that return RenderNameCase Modifier and Type Method Description static RenderNameCase
RenderNameCase. fromValue(String v)
RenderNameCase
Settings. getRenderNameCase()
Whether the case ofName
references should be modified in any way.static RenderNameCase
SettingsTools. getRenderNameCase(Settings settings)
Backwards compatible access toRenderNameCase
and/orRenderNameStyle
(the latter being deprecated).static RenderNameCase
RenderNameCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderNameCase[]
RenderNameCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type RenderNameCase Modifier and Type Method Description void
Settings. setRenderNameCase(RenderNameCase value)
Sets the value of the renderNameCase property.Settings
Settings. withRenderNameCase(RenderNameCase value)
-