Package org.jdbi.v3.sqlobject
Class SqlObjectPlugin
java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.sqlobject.SqlObjectPlugin
- All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin
public class SqlObjectPlugin
extends org.jdbi.v3.core.spi.JdbiPlugin.Singleton
Plugin that installs the SqlObject extension.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
org.jdbi.v3.core.spi.JdbiPlugin.Singleton -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singleton
equals, hashCodeMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
SqlObjectPlugin
public SqlObjectPlugin()
-
-
Method Details
-
customizeJdbi
public void customizeJdbi(org.jdbi.v3.core.Jdbi db)
-