Packages

abstract class AdditionalColumn[A, B] extends AnyRef

A

The type of the durable state

B

The type of the field stored in the additional column.

Annotations
@ApiMayChange()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdditionalColumn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdditionalColumn()(implicit arg0: ClassTag[B])

Abstract Value Members

  1. abstract def bind(upsert: Upsert[A]): Binding[B]
  2. abstract def columnName: String