Class H2DatabasePlugin

java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.core.h2.H2DatabasePlugin
All Implemented Interfaces:
JdbiPlugin

public class H2DatabasePlugin extends JdbiPlugin.Singleton
Configure vendor supported types for the H2 Java database implementation
  • Constructor Details

    • H2DatabasePlugin

      public H2DatabasePlugin()
  • Method Details

    • customizeJdbi

      public void customizeJdbi(Jdbi db)
      Description copied from interface: JdbiPlugin
      Configure customizations global to any object managed by this Jdbi. This method is invoked immediately when the plugin is installed.
      Parameters:
      db - the jdbi to customize