Uses of Package
org.springframework.data.relational.core.sql.render
Packages that use org.springframework.data.relational.core.sql.render
Package
Description
Dialects abstract the SQL dialect of the underlying database.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Classes in org.springframework.data.relational.core.sql.render used by org.springframework.data.relational.core.dialectClassDescriptionRender context providing
RenderNamingStrategyand other resources that are required during rendering.Naming strategy for SQL rendering.Render context specifically forSELECTstatements.Configuration for upsert SQL rendering. -
Classes in org.springframework.data.relational.core.sql.render used by org.springframework.data.relational.core.sql.renderClassDescriptionPostgreSQL upsert using
INSERT ... ON CONFLICT ... DO UPDATE SET.Render context providingRenderNamingStrategyand other resources that are required during rendering.Naming strategy for SQL rendering.Render context specifically forSELECTstatements.Configuration for upsert SQL rendering.