CompositeKey6

org.squeryl.dsl.CompositeKey6
case class CompositeKey6[A1, A2, A3, A4, A5, A6](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _], ev4: A4 => TypedExpression[A4, _], ev5: A5 => TypedExpression[A5, _], ev6: A6 => TypedExpression[A6, _]) extends CompositeKey

Attributes

Source
CompositeKeyN.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CompositeKey
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ===(ck: CompositeKey6[A1, A2, A3, A4, A5, A6]): LogicalBoolean

Attributes

Source
CompositeKeyN.scala
def ===(ck: (A1, A2, A3, A4, A5, A6)): LogicalBoolean

Attributes

Source
CompositeKeyN.scala
def in(cks: CompositeKey6[A1, A2, A3, A4, A5, A6]*): LogicalBoolean

Attributes

Source
CompositeKeyN.scala
def inTuples(cks: (A1, A2, A3, A4, A5, A6)*): LogicalBoolean

Attributes

Source
CompositeKeyN.scala
def notIn(cks: CompositeKey6[A1, A2, A3, A4, A5, A6]*): LogicalBoolean

Attributes

Source
CompositeKeyN.scala
def notInTuples(cks: (A1, A2, A3, A4, A5, A6)*): LogicalBoolean

Attributes

Source
CompositeKeyN.scala

Inherited methods

protected def inExpr(cks: Iterable[CompositeKey]): LogicalBoolean

Attributes

Inherited from:
CompositeKey
Source
CompositeKey.scala
protected def members: Iterable[TypedExpression[_, _]]

Attributes

Inherited from:
CompositeKey
Source
CompositeKey.scala
protected def notInExpr(cks: Iterable[CompositeKey]): LogicalBoolean

Attributes

Inherited from:
CompositeKey
Source
CompositeKey.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product