CompositeKey4

org.squeryl.dsl.CompositeKey4
case class CompositeKey4[A1, A2, A3, A4](a1: A1, a2: A2, a3: A3, a4: A4)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _], ev4: A4 => TypedExpression[A4, _]) 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: CompositeKey4[A1, A2, A3, A4]): LogicalBoolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
CompositeKeyN.scala
def notInTuples(cks: (A1, A2, A3, A4)*): 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