Class JodaTimePlugin

java.lang.Object
org.jdbi.v3.jodatime2.JodaTimePlugin
All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin

public class JodaTimePlugin extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customizeJdbi(org.jdbi.v3.core.Jdbi db)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      customizeJdbi in interface org.jdbi.v3.core.spi.JdbiPlugin