Class SqlObjectStatementConfiguration
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlObjectStatementConfiguration
- All Implemented Interfaces:
JdbiConfig<SqlObjectStatementConfiguration>
public class SqlObjectStatementConfiguration
extends Object
implements JdbiConfig<SqlObjectStatementConfiguration>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
Constructor Details
-
SqlObjectStatementConfiguration
public SqlObjectStatementConfiguration()
-
-
Method Details
-
createCopy
Description copied from interface:JdbiConfig
Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopy
in interfaceJdbiConfig<SqlObjectStatementConfiguration>
- Returns:
- a copy of this configuration object.
-