Uses of Interface
org.springframework.data.relational.core.sql.render.RenderContext
Packages that use RenderContext
Package
Description
Dialects abstract the SQL dialect of the underlying database.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of RenderContext in org.springframework.data.relational.core.dialect
Methods in org.springframework.data.relational.core.dialect that return RenderContextModifier and TypeMethodDescriptionRenderContextFactory.createRenderContext()Returns aRenderContextconfigured withDialectspecifics. -
Uses of RenderContext in org.springframework.data.relational.core.sql.render
Methods in org.springframework.data.relational.core.sql.render with parameters of type RenderContextModifier and TypeMethodDescriptionstatic SqlRendererSqlRenderer.create(RenderContext context) Creates a newSqlRendererusing aRenderContext.