Uses of Interface
org.springframework.data.relational.core.sql.render.RenderNamingStrategy
Packages that use RenderNamingStrategy
Package
Description
Dialects abstract the SQL dialect of the underlying database.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of RenderNamingStrategy in org.springframework.data.relational.core.dialect
Fields in org.springframework.data.relational.core.dialect declared as RenderNamingStrategyMethods in org.springframework.data.relational.core.dialect with parameters of type RenderNamingStrategyModifier and TypeMethodDescriptionvoidRenderContextFactory.setNamingStrategy(RenderNamingStrategy namingStrategy) Set aRenderNamingStrategy. -
Uses of RenderNamingStrategy in org.springframework.data.relational.core.sql.render
Methods in org.springframework.data.relational.core.sql.render that return RenderNamingStrategyModifier and TypeMethodDescriptionstatic RenderNamingStrategyNamingStrategies.asIs()Creates a as-isRenderNamingStrategythat preservesColumnandTablenames as they were expressed during their declaration.RenderContext.getNamingStrategy()Returns the configuredRenderNamingStrategy.default RenderNamingStrategyApplies amapping functionafter retrieving the object (column name, column reference name, …) name.static RenderNamingStrategystatic RenderNamingStrategyNamingStrategies.toLower()Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to lower case using the defaultLocale.static RenderNamingStrategyCreates a mappingRenderNamingStrategythat convertsColumnandTablenames to lower case using the givenLocale.static RenderNamingStrategyNamingStrategies.toUpper()Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to upper case using the defaultLocale.static RenderNamingStrategyCreates a mappingRenderNamingStrategythat convertsColumnandTablenames to upper case using the givenLocale.