org.springframework.data.r2dbc.mapping.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
/**
* Domain objects for R2DBC.
*/
@NonNullApi
package org.springframework.data.r2dbc.mapping;
import org.springframework.lang.NonNullApi;