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
Constructors Constructor Description SqlObjectStatementConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlObjectStatementConfigurationcreateCopy()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
-
-
-
Method Detail
-
createCopy
public SqlObjectStatementConfiguration createCopy()
- Specified by:
createCopyin interfaceJdbiConfig<SqlObjectStatementConfiguration>
-
-