Class SpringConnectionFactory

java.lang.Object
org.jdbi.v3.spring5.SpringConnectionFactory
All Implemented Interfaces:
ConnectionFactory

@Deprecated(forRemoval=true, since="3.47.0") public class SpringConnectionFactory extends Object implements ConnectionFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Use the org.jdbi.v3.spring module with Spring 6.x or newer.
  • Constructor Details

    • SpringConnectionFactory

      public SpringConnectionFactory(DataSource dataSource)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details