org.springframework.data.r2dbc.dialect.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-r2dbc-dsl Show documentation
Show all versions of spring-data-r2dbc-dsl Show documentation
Spring Data DSL module for Web querying and Criteria building
/**
* Dialects abstract the SQL dialect of the underlying database.
*/
@NonNullApi
package org.springframework.data.r2dbc.dialect;
import org.springframework.lang.NonNullApi;