Packages

c

slick.relational

SimpleFastPathResultConverter

abstract class SimpleFastPathResultConverter[M <: ResultConverterDomain, T] extends ResultConverter[M, T]

A ResultConverter that simplifies the implementation of fast path converters. It always wraps a TypeMappingResultConverter on top of a ProductResultConverter, allowing direct access to the product elements.

Source
ResultConverter.scala
Linear Supertypes
ResultConverter[M, T], Dumpable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleFastPathResultConverter
  2. ResultConverter
  3. Dumpable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleFastPathResultConverter(rc: TypeMappingResultConverter[M, T, _])

Value Members

  1. def getDumpInfo: DumpInfo

    Return the name, main info, attribute info and named children

    Return the name, main info, attribute info and named children

    Definition Classes
    SimpleFastPathResultConverterResultConverterDumpable
  2. def read(pr: Reader): T
  3. def set(value: T, pp: Writer): Unit
  4. def toString(): String
    Definition Classes
    ResultConverter → AnyRef → Any
  5. def update(value: T, pr: Updater): Unit
  6. def width: Int

    The width of this converter (in columns), corresponding to the number of columns that will be read or written by it.

    The width of this converter (in columns), corresponding to the number of columns that will be read or written by it.

    Definition Classes
    SimpleFastPathResultConverterResultConverter