CompositeKey2

org.squeryl.dsl.CompositeKey2
case class CompositeKey2[A1, A2](a1: A1, a2: A2)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _]) 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: CompositeKey2[A1, A2]): LogicalBoolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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