
sf.r2dbc.rowmapper.R2dbcRowMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.r2dbc.rowmapper;
import io.r2dbc.spi.Row;
import io.r2dbc.spi.RowMetadata;
import java.util.function.BiFunction;
/**
* r2dbc 转换器
*/
public interface R2dbcRowMapper extends BiFunction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy