Class DcCommonsJdbiPlugin

  • All Implemented Interfaces:
    org.jdbi.v3.core.spi.JdbiPlugin

    public class DcCommonsJdbiPlugin
    extends java.lang.Object
    implements org.jdbi.v3.core.spi.JdbiPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customizeJdbi​(org.jdbi.v3.core.Jdbi db)  
      • 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
    • Constructor Detail

      • DcCommonsJdbiPlugin

        public DcCommonsJdbiPlugin()
    • Method Detail

      • customizeJdbi

        public void customizeJdbi​(org.jdbi.v3.core.Jdbi db)
        Specified by:
        customizeJdbi in interface org.jdbi.v3.core.spi.JdbiPlugin