Uses of Package
guru.mikelue.jdut.jdbc
-
Packages that use guru.mikelue.jdut.jdbc Package Description guru.mikelue.jdut jdata-unit-test(JDUT) is a framework to ease the data building/cleaning for automatic testing, which the test is repeatable without interfere each other.guru.mikelue.jdut.jdbc This package provides coding library of JDBC by usage of lambda expression.
When we are coding database operations with JDBC, there are two things important, and, annoying: The handling ofSQLException
The release of resource This package is intent on "surrounding" your JDBC code by lambda expressions.guru.mikelue.jdut.jdbc.function This package contains out-of-box builder forJdbcSupplier
orJdbcRunnable
on processing ofResultSet
,Statement
, etc.guru.mikelue.jdut.operation The most important objects to effect data to database. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut Class Description JdbcFunction Likes theFunction
interface with throwing ofSQLException
.SQLExceptionConvert Converts theSQLException
into another instance ofRuntimeException
. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.jdbc Class Description JdbcFunction Likes theFunction
interface with throwing ofSQLException
.JdbcFunction.SurroundOperator This operator is used to surround fedJdbcFunction
by the implementation of surrounding.JdbcRunnable Likes theRunnable
interface with throwing ofSQLException
.JdbcSupplier Likes theSupplier
interface with throwing ofSQLException
.JdbcVoidFunction Likes theConsumer
interface with throwing ofSQLException
.SQLExceptionConvert Converts theSQLException
into another instance ofRuntimeException
.SurroundingConfig This interface defines the lambda expression of configuration ofList
ofJdbcFunction.SurroundOperator
. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.jdbc.function Class Description JdbcFunction Likes theFunction
interface with throwing ofSQLException
.JdbcFunction.SurroundOperator This operator is used to surround fedJdbcFunction
by the implementation of surrounding.JdbcRunnable Likes theRunnable
interface with throwing ofSQLException
.JdbcSupplier Likes theSupplier
interface with throwing ofSQLException
.JdbcVoidFunction Likes theConsumer
interface with throwing ofSQLException
. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.operation Class Description JdbcFunction Likes theFunction
interface with throwing ofSQLException
.SQLExceptionConvert Converts theSQLException
into another instance ofRuntimeException
.