Package

org.springframework.scala.jdbc

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class JdbcTemplate extends AnyRef

    Permalink

    Scala-based convenience wrapper for the Spring org.springframework.jdbc.core.JdbcTemplate, taking advantage of functions and Scala types, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.

    Scala-based convenience wrapper for the Spring org.springframework.jdbc.core.JdbcTemplate, taking advantage of functions and Scala types, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.

    Use the javaTemplate accessor to get access to the Java JdbcTemplate.

    Since

    1.0

Value Members

  1. object JdbcCallbackConversions

    Permalink

    A collection of implicit conversions between org.springframework.jdbc.core.JdbcTemplate callback interfaces and functions.

Ungrouped