Class JodaTimePlugin
java.lang.Object
org.jdbi.v3.jodatime2.JodaTimePlugin
- All Implemented Interfaces:
JdbiPlugin
Register date and time providers to integrate with
joda-time.-
Nested Class Summary
Nested classes/interfaces inherited from interface JdbiPlugin
JdbiPlugin.Singleton -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomizeJdbi(Jdbi db) Configure customizations global to any object managed by this Jdbi.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
JodaTimePlugin
public JodaTimePlugin()
-
-
Method Details
-
customizeJdbi
Description copied from interface:JdbiPluginConfigure customizations global to any object managed by this Jdbi. This method is invoked immediately when the plugin is installed.- Specified by:
customizeJdbiin interfaceJdbiPlugin- Parameters:
db- the jdbi to customize
-