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 ofSQLExceptionThe 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 forJdbcSupplierorJdbcRunnableon 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 theFunctioninterface with throwing ofSQLException.SQLExceptionConvert Converts theSQLExceptioninto another instance ofRuntimeException. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.jdbc Class Description JdbcFunction Likes theFunctioninterface with throwing ofSQLException.JdbcFunction.SurroundOperator This operator is used to surround fedJdbcFunctionby the implementation of surrounding.JdbcRunnable Likes theRunnableinterface with throwing ofSQLException.JdbcSupplier Likes theSupplierinterface with throwing ofSQLException.JdbcVoidFunction Likes theConsumerinterface with throwing ofSQLException.SQLExceptionConvert Converts theSQLExceptioninto another instance ofRuntimeException.SurroundingConfig This interface defines the lambda expression of configuration ofListofJdbcFunction.SurroundOperator. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.jdbc.function Class Description JdbcFunction Likes theFunctioninterface with throwing ofSQLException.JdbcFunction.SurroundOperator This operator is used to surround fedJdbcFunctionby the implementation of surrounding.JdbcRunnable Likes theRunnableinterface with throwing ofSQLException.JdbcSupplier Likes theSupplierinterface with throwing ofSQLException.JdbcVoidFunction Likes theConsumerinterface with throwing ofSQLException. -
Classes in guru.mikelue.jdut.jdbc used by guru.mikelue.jdut.operation Class Description JdbcFunction Likes theFunctioninterface with throwing ofSQLException.SQLExceptionConvert Converts theSQLExceptioninto another instance ofRuntimeException.