Class DataSourceAdapter.Apache

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger log  
    • Constructor Summary

      Constructors 
      Constructor Description
      Apache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close​(javax.sql.DataSource source)
      Closes the data source if appropriate
      javax.sql.DataSource create​(DatabaseConfig config)
      Returns a newly created DataSource based on the config provided
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private static final org.slf4j.Logger log
    • Constructor Detail

      • Apache

        public Apache()
    • Method Detail

      • close

        public void close​(javax.sql.DataSource source)
        Description copied from interface: DataSourceAdapter
        Closes the data source if appropriate
        Specified by:
        close in interface DataSourceAdapter
        Parameters:
        source - the data source