com.gilt

jdbi

package jdbi

Visibility
  1. Public
  2. All

Type Members

  1. class BindCaseClass extends Annotation with Annotation with ClassfileAnnotation

  2. class BindCaseClassFactory extends BinderFactory

  3. class OptionContainerFactory extends ContainerFactory[Option[_]]

    Wraps the results of a JDBI query in an Option.

    Wraps the results of a JDBI query in an Option.

    When setting up your DBI instance, register this factory:

    db.registerContainerFactory(new OptionContainerFactory)

    Then you can specify an Option type as the return for you SqlQuery. Note that you must also tell JDBI the contained type using @SingleValueResult:

Value Members

  1. object Conversions

  2. package args

Ungrouped