Package org.jdbi.v3.jodatime2
Class JodaTimePlugin
- java.lang.Object
-
- org.jdbi.v3.jodatime2.JodaTimePlugin
-
- All Implemented Interfaces:
JdbiPlugin
public class JodaTimePlugin extends java.lang.Object implements JdbiPlugin
Register date and time providers to integrate withjoda-time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
JdbiPlugin.Singleton
-
-
Constructor Summary
Constructors Constructor Description JodaTimePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomizeJdbi(Jdbi db)Configure customizations global to any object managed by this Jdbi.-
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.spi.JdbiPlugin
customizeConnection, customizeHandle
-
-
-
-
Method Detail
-
customizeJdbi
public void customizeJdbi(Jdbi db)
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
-
-