Package org.jdbi.v3.sqlobject.kotlin
Class KotlinSqlObjectPlugin
-
- All Implemented Interfaces:
-
org.jdbi.v3.core.spi.JdbiPlugin
public final class KotlinSqlObjectPlugin extends JdbiPlugin.Singleton
-
-
Constructor Summary
Constructors Constructor Description KotlinSqlObjectPlugin()
-
Method Summary
Modifier and Type Method Description UnitcustomizeJdbi(Jdbi jdbi)-
Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singleton
equals, hashCode -
Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
customizeJdbi
Unit customizeJdbi(Jdbi jdbi)
-
-
-
-