Class SqlObjectPlugin

java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.sqlobject.SqlObjectPlugin
All Implemented Interfaces:
JdbiPlugin

public class SqlObjectPlugin extends JdbiPlugin.Singleton
Plugin that installs the SqlObject extension.
  • Constructor Details

    • SqlObjectPlugin

      public SqlObjectPlugin()
  • 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