| Package | Description |
|---|---|
| org.springframework.data.relational.core.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| org.springframework.data.relational.core.sql.render |
SQL rendering utilities to render SQL from the Statement Builder API.
|
| Modifier and Type | Method and Description |
|---|---|
RenderContext |
RenderContextFactory.createRenderContext()
Returns a
RenderContext configured with Dialect specifics. |
| Modifier and Type | Method and Description |
|---|---|
static SqlRenderer |
SqlRenderer.create(RenderContext context)
Creates a new
SqlRenderer using a RenderContext. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.