Package org.jdbi.v3.jodatime2
Class JodaTimePlugin
java.lang.Object
org.jdbi.v3.jodatime2.JodaTimePlugin
- All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin
Register date and time providers to integrate with
joda-time.-
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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
JodaTimePlugin
public JodaTimePlugin()
-
-
Method Details
-
customizeJdbi
public void customizeJdbi(org.jdbi.v3.core.Jdbi db) - Specified by:
customizeJdbiin interfaceorg.jdbi.v3.core.spi.JdbiPlugin
-