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 RenderNameCaseSettings. renderNameCaseMethods in org.jooq.conf that return RenderNameCase Modifier and Type Method Description static RenderNameCaseRenderNameCase. fromValue(String v)RenderNameCaseSettings. getRenderNameCase()Whether the case ofNamereferences should be modified in any way.static RenderNameCaseSettingsTools. getRenderNameCase(Settings settings)Backwards compatible access toRenderNameCaseand/orRenderNameStyle(the latter being deprecated).static RenderNameCaseRenderNameCase. 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 voidSettings. setRenderNameCase(RenderNameCase value)Whether the case ofNamereferences should be modified in any way.SettingsSettings. withRenderNameCase(RenderNameCase value)Whether the case ofNamereferences should be modified in any way.
-