Package

com.datasift.dropwizard.scala

jdbi

Permalink

package jdbi

Global definitions and implicits for JDBI.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jdbi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HandleWrapper extends AnyRef

    Permalink

    Provides idiomatic Scala enhancements to the JDBI API.

  2. class JDBIWrapper extends AnyRef

    Permalink

    Provides idiomatic Scala enhancements to the JDBI API.

  3. class TransactionalWrapper[A <: Transactional[A]] extends AnyRef

    Permalink

    Provides enhancements to the Dropwizard jDBI API for transactional DAOs.

Value Members

  1. implicit final def HandleWrapper(handle: Handle): HandleWrapper

    Permalink
  2. object JDBI

    Permalink

    Factory object for org.skife.jdbi.v2.DBI instances.

  3. implicit final def JDBIWrapper(db: DBI): JDBIWrapper

    Permalink
  4. implicit final def TransactionalWrapper[A <: Transactional[A]](transactional: A): TransactionalWrapper[A]

    Permalink
  5. package tweak

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped