jio.jdbc.InsertOneEntityBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jio-jdbc Show documentation
Show all versions of jio-jdbc Show documentation
Functional and reactive JDBC client in Java
package jio.jdbc;
import java.time.Duration;
import java.util.Objects;
import java.util.function.Function;
import java.util.regex.Pattern;
import jio.Lambda;
/**
* Builder class for inserting one row in the database and read the generated keys.
*
* @param The type of input parameters for the insert operation.
* @param