Uses of Package
org.springframework.data.relational.core.sql.render
Packages that use org.springframework.data.relational.core.sql.render
Package
Description
Core domain types around DatabaseClient.
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.r2dbc.coreClassDescriptionRender context providing
RenderNamingStrategy
and other resources that are required during rendering. -
Classes in org.springframework.data.relational.core.sql.render used by org.springframework.data.relational.core.dialectClassDescriptionRender context providing
RenderNamingStrategy
and other resources that are required during rendering.Naming strategy for SQL rendering.Render context specifically forSELECT
statements. -
Classes in org.springframework.data.relational.core.sql.render used by org.springframework.data.relational.core.sql.renderClassDescriptionRender context providing
RenderNamingStrategy
and other resources that are required during rendering.Naming strategy for SQL rendering.Render context specifically forSELECT
statements.