PrimitiveTypeMode

org.squeryl.PrimitiveTypeMode
See thePrimitiveTypeMode companion object

Attributes

Companion
object
Source
PrimitiveTypeMode.scala
Graph
Supertypes
trait FieldMapper
trait QueryDsl
trait BaseQueryDsl
trait StartState
class Object
trait Matchable
class Any
Show all
Known subtypes
object StatsSchemaTypeMode.type
object PrimitiveTypeMode.type

Members list

Type members

Inherited classlikes

class ConcatOperationNode[A, T](e1: ExpressionNode, e2: ExpressionNode, val mapper: OutMapper[A]) extends BinaryOperatorNode, TypedExpression[A, T]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait TypedExpression[A, T]
class Object
trait Matchable
class Any
Show all
class CountFunction(_args: Seq[ExpressionNode], isDistinct: Boolean) extends FunctionNode, TypedExpression[Long, TLong]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait TypedExpression[Long, TLong]
class FunctionNode
class Object
trait Matchable
class Any
Show all
class CountSubQueryableQuery(q: Queryable[_]) extends Query[Long], ScalarQuery[Long]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait ScalarQuery[Long]
trait SingleRowQuery[Long]
trait SingleColumnQuery[Long]
trait Query[Long]
trait Queryable[Long]
class Object
trait Matchable
class Any
Show all
protected class FieldAttributesBasedOnType[A](val mapper: MapperForReflection, val defaultLength: Int, val sample: A, val nativeJdbcType: Class[_])

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
Supertypes
class Object
trait Matchable
class Any
class JoinPrecursor[A](q: Queryable[A])

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
Supertypes
class Object
trait Matchable
class Any
class ManyToManyRelationBuilder[L, R](l: Table[L], r: Table[R], nameOverride: Option[String], kedL: KeyedEntityDef[L, _], kedR: KeyedEntityDef[R, _])

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
class Object
trait Matchable
class Any
class ManyToManyRelationImpl[L, R, A](val leftTable: Table[L], val rightTable: Table[R], aClass: Class[A], f: (L, R, A) => (EqualityExpression, EqualityExpression), schema: Schema, nameOverride: Option[String], kedL: KeyedEntityDef[L, _], kedR: KeyedEntityDef[R, _], kedA: KeyedEntityDef[A, _]) extends Table[A], ManyToManyRelation[L, R, A]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait ManyToManyRelation[L, R, A]
trait Relation[L, R]
class Table[A]
class View[A]
trait Queryable[A]
class Object
trait Matchable
class Any
Show all
protected trait MapperForReflection

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
Supertypes
class Object
trait Matchable
class Any
class OneToManyRelationBuilder[O, M](ot: Table[O], mt: Table[M])

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
class Object
trait Matchable
class Any
class OneToManyRelationImpl[O, M](val leftTable: Table[O], val rightTable: Table[M], f: (O, M) => EqualityExpression, schema: Schema, kedM: KeyedEntityDef[M, _]) extends OneToManyRelation[O, M]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait OneToManyRelation[O, M]
trait Relation[O, M]
class Object
trait Matchable
class Any
protected object PrimitiveTypeSupport

Extending classes will expose members of PrimitiveTypeSupport as implicit, to enable support of primitive types, or will expose theit own non jdbc native types.

Extending classes will expose members of PrimitiveTypeSupport as implicit, to enable support of primitive types, or will expose theit own non jdbc native types.

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
Supertypes
class Object
trait Matchable
class Any
class ScalarMeasureQuery[T](q: Query[Measures[T]]) extends Query[T], ScalarQuery[T]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait ScalarQuery[T]
trait SingleRowQuery[T]
trait Query[T]
trait Queryable[T]
class Object
trait Matchable
class Any
Show all
trait ScalarQuery[T] extends Query[T], SingleColumnQuery[T], SingleRowQuery[T]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
trait SingleRowQuery[T]
trait Query[T]
trait Queryable[T]
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SingleRowQuery[R]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Inherited methods

def &[A, T](i: => TypedExpression[A, T]): A

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def avg[T2 >: TOptionFloat, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2, A3, A4, A5, A6, A7, A8, A9](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9)(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, _], ev7: A7 => TypedExpression[A7, _], ev8: A8 => TypedExpression[A8, _], ev9: A9 => TypedExpression[A9, _]): CompositeKey9[A1, A2, A3, A4, A5, A6, A7, A8, A9]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2, A3, A4, A5, A6, A7, A8](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8)(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, _], ev7: A7 => TypedExpression[A7, _], ev8: A8 => TypedExpression[A8, _]): CompositeKey8[A1, A2, A3, A4, A5, A6, A7, A8]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2, A3, A4, A5, A6, A7](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7)(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, _], ev7: A7 => TypedExpression[A7, _]): CompositeKey7[A1, A2, A3, A4, A5, A6, A7]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[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, _]): CompositeKey6[A1, A2, A3, A4, A5, A6]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2, A3, A4, A5](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _], ev4: A4 => TypedExpression[A4, _], ev5: A5 => TypedExpression[A5, _]): CompositeKey5[A1, A2, A3, A4, A5]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[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, _]): CompositeKey4[A1, A2, A3, A4]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2, A3](a1: A1, a2: A2, a3: A3)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _]): CompositeKey3[A1, A2, A3]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compositeKey[A1, A2](a1: A1, a2: A2)(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _]): CompositeKey2[A1, A2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _], e21: => TypedExpression[T21, _], e22: => TypedExpression[T22, _]): ComputeStateStartOrWhereState[Product22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _], e21: => TypedExpression[T21, _]): ComputeStateStartOrWhereState[Product21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _]): ComputeStateStartOrWhereState[Product20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _]): ComputeStateStartOrWhereState[Product19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _]): ComputeStateStartOrWhereState[Product18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _]): ComputeStateStartOrWhereState[Product17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _]): ComputeStateStartOrWhereState[Product16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _]): ComputeStateStartOrWhereState[Product15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _]): ComputeStateStartOrWhereState[Product14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _]): ComputeStateStartOrWhereState[Product13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _]): ComputeStateStartOrWhereState[Product12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _]): ComputeStateStartOrWhereState[Product11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _]): ComputeStateStartOrWhereState[Product10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8, T9](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _]): ComputeStateStartOrWhereState[Product9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]
def compute[T1, T2, T3, T4, T5, T6, T7, T8](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _]): ComputeStateStartOrWhereState[Product8[T1, T2, T3, T4, T5, T6, T7, T8]]
def compute[T1, T2, T3, T4, T5, T6, T7](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _]): ComputeStateStartOrWhereState[Product7[T1, T2, T3, T4, T5, T6, T7]]
def compute[T1, T2, T3, T4, T5, T6](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _]): ComputeStateStartOrWhereState[Product6[T1, T2, T3, T4, T5, T6]]
def compute[T1, T2, T3, T4, T5](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _]): ComputeStateStartOrWhereState[Product5[T1, T2, T3, T4, T5]]
def compute[T1, T2, T3, T4](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _]): ComputeStateStartOrWhereState[Product4[T1, T2, T3, T4]]
def compute[T1, T2, T3](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _]): ComputeStateStartOrWhereState[Product3[T1, T2, T3]]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def defaultColumnLength(c: Class[_]): Int

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def exists[A1](query: Query[A1]): ExistsExpression

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17], t18: Queryable[T18], t19: Queryable[T19], t20: Queryable[T20], t21: Queryable[T21], t22: Queryable[T22])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17], t18: Queryable[T18], t19: Queryable[T19], t20: Queryable[T20], t21: Queryable[T21])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17], t18: Queryable[T18], t19: Queryable[T19], t20: Queryable[T20])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17], t18: Queryable[T18], t19: Queryable[T19])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17], t18: Queryable[T18])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16], t17: Queryable[T17])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15], t16: Queryable[T16])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14], t15: Queryable[T15])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13], t14: Queryable[T14])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12], t13: Queryable[T13])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11], t12: Queryable[T12])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10], t11: Queryable[T11])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, T8, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8])(f: (T1, T2, T3, T4, T5, T6, T7, T8) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, T7, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7])(f: (T1, T2, T3, T4, T5, T6, T7) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, T6, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6])(f: (T1, T2, T3, T4, T5, T6) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, T5, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5])(f: (T1, T2, T3, T4, T5) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, T4, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4])(f: (T1, T2, T3, T4) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, T3, R](t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3])(f: (T1, T2, T3) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, T2, R](t1: Queryable[T1], t2: Queryable[T2])(f: (T1, T2) => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def from[T1, R](t1: Queryable[T1])(f: T1 => QueryYield[R]): Query[R]

Attributes

Inherited from:
FromSignatures
Source
FromSignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _], e21: => TypedExpression[T21, _], e22: => TypedExpression[T22, _]): GroupByState[Product22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _], e21: => TypedExpression[T21, _]): GroupByState[Product21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _], e20: => TypedExpression[T20, _]): GroupByState[Product20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _], e19: => TypedExpression[T19, _]): GroupByState[Product19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _], e18: => TypedExpression[T18, _]): GroupByState[Product18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _], e17: => TypedExpression[T17, _]): GroupByState[Product17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _], e16: => TypedExpression[T16, _]): GroupByState[Product16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _], e15: => TypedExpression[T15, _]): GroupByState[Product15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _], e14: => TypedExpression[T14, _]): GroupByState[Product14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _], e13: => TypedExpression[T13, _]): GroupByState[Product13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _], e12: => TypedExpression[T12, _]): GroupByState[Product12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _], e11: => TypedExpression[T11, _]): GroupByState[Product11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _], e10: => TypedExpression[T10, _]): GroupByState[Product10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8, T9](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _], e9: => TypedExpression[T9, _]): GroupByState[Product9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7, T8](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _], e8: => TypedExpression[T8, _]): GroupByState[Product8[T1, T2, T3, T4, T5, T6, T7, T8]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6, T7](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _], e7: => TypedExpression[T7, _]): GroupByState[Product7[T1, T2, T3, T4, T5, T6, T7]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5, T6](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _], e6: => TypedExpression[T6, _]): GroupByState[Product6[T1, T2, T3, T4, T5, T6]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4, T5](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _], e5: => TypedExpression[T5, _]): GroupByState[Product5[T1, T2, T3, T4, T5]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3, T4](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _], e4: => TypedExpression[T4, _]): GroupByState[Product4[T1, T2, T3, T4]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2, T3](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _], e3: => TypedExpression[T3, _]): GroupByState[Product3[T1, T2, T3]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1, T2](e1: => TypedExpression[T1, _], e2: => TypedExpression[T2, _]): GroupByState[Product2[T1, T2]]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def groupBy[T1](e1: => TypedExpression[T1, _]): GroupByState[T1]

Attributes

Inherited from:
GroupBySignatures
Source
GroupBySignatures.scala
def inTransaction[A](a: => A): A

'inTransaction' will create a new transaction if none is in progress and commit it upon completion or rollback on exceptions. If a transaction already exists, it has no effect, the block will execute in the context of the existing transaction. The commit/rollback is handled in this case by the parent transaction block.

'inTransaction' will create a new transaction if none is in progress and commit it upon completion or rollback on exceptions. If a transaction already exists, it has no effect, the block will execute in the context of the existing transaction. The commit/rollback is handled in this case by the parent transaction block.

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def inTransaction[A](sf: SessionFactory)(a: => A): A

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
protected def initialize(): Option[FieldAttributesBasedOnType[_]]

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def isSupported(c: Class[_]): Boolean

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15], q16: JoinedQueryable[B16], q17: JoinedQueryable[B17], q18: JoinedQueryable[B18], q19: JoinedQueryable[B19], q20: JoinedQueryable[B20])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20) => JoinQueryYield20[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15], q16: JoinedQueryable[B16], q17: JoinedQueryable[B17], q18: JoinedQueryable[B18], q19: JoinedQueryable[B19])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19) => JoinQueryYield19[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15], q16: JoinedQueryable[B16], q17: JoinedQueryable[B17], q18: JoinedQueryable[B18])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18) => JoinQueryYield18[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15], q16: JoinedQueryable[B16], q17: JoinedQueryable[B17])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17) => JoinQueryYield17[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15], q16: JoinedQueryable[B16])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16) => JoinQueryYield16[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14], q15: JoinedQueryable[B15])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15) => JoinQueryYield15[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13], q14: JoinedQueryable[B14])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14) => JoinQueryYield14[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12], q13: JoinedQueryable[B13])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13) => JoinQueryYield13[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11], q12: JoinedQueryable[B12])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12) => JoinQueryYield12[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10], q11: JoinedQueryable[B11])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11) => JoinQueryYield11[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9], q10: JoinedQueryable[B10])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10) => JoinQueryYield10[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9) => JoinQueryYield9[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, B8, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8) => JoinQueryYield8[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, B7, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7])(f: (A, B1, B2, B3, B4, B5, B6, B7) => JoinQueryYield7[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, B6, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6])(f: (A, B1, B2, B3, B4, B5, B6) => JoinQueryYield6[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, B5, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5])(f: (A, B1, B2, B3, B4, B5) => JoinQueryYield5[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, B4, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4])(f: (A, B1, B2, B3, B4) => JoinQueryYield4[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, B3, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3])(f: (A, B1, B2, B3) => JoinQueryYield3[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, B2, C](q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2])(f: (A, B1, B2) => JoinQueryYield2[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def join[A, B1, C](q: Queryable[A], q1: JoinedQueryable[B1])(f: (A, B1) => JoinQueryYield1[C]): Query[C]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
def lower[A1, T1](s: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A1, T1], ev2: T1 <:< TOptionString): TypedExpressionConversion[A1, T1]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
protected def makeMapper(fa0: JdbcMapper[_, _]): MapperForReflection

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def manyToManyRelation[L, R](l: Table[L], r: Table[R], nameOfMiddleTable: String)(implicit kedL: KeyedEntityDef[L, _], kedR: KeyedEntityDef[R, _]): ManyToManyRelationBuilder[L, R]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def manyToManyRelation[L, R](l: Table[L], r: Table[R])(implicit kedL: KeyedEntityDef[L, _], kedR: KeyedEntityDef[R, _]): ManyToManyRelationBuilder[L, R]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def max[T2 >: TOption, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def min[T2 >: TOption, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def nativeJdbcTypeFor(c: Class[_]): Class[_]

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def nativeJdbcValueFor(nonNativeType: Class[_], r: AnyRef): AnyRef

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def notExists[A1](query: Query[A1]): ExistsExpression

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def nvl[T4 <: TNonOption, T1 >: TOption, T3 >: T1, T2 <: T3, A1, A2, A3](a: TypedExpression[A1, T1], b: TypedExpression[A2, T2])(implicit d: DeOptionizer[_, A3, T4, _, T3]): TypedExpression[A3, T4]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def oneToManyRelation[O, M](ot: Table[O], mt: Table[M])(implicit kedO: KeyedEntityDef[O, _]): OneToManyRelationBuilder[O, M]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def resultSetHandlerFor(c: Class[_]): (ResultSet, Int) => AnyRef

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def sDevPopulation[T2 >: TOptionFloat, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def sDevSample[T2 >: TOptionFloat, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def sampleValueFor(c: Class[_]): AnyRef

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def select[R](yieldClosure: => R): SelectState[R]

Attributes

Inherited from:
WhereState
Source
StartState.scala
def set(updateAssignments: UpdateAssignment*)(implicit cond: Unconditioned =:= Conditioned): UpdateStatement

Attributes

Inherited from:
WhereState
Source
StartState.scala
def setAll(updateAssignments: UpdateAssignment*)(implicit cond: Unconditioned =:= Unconditioned): UpdateStatement

Attributes

Inherited from:
WhereState
Source
StartState.scala
def sum[T2 >: TOption, T1 >: TNumericLowerTypeBound <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def transaction[A](a: => A): A

'transaction' causes a new transaction to begin and commit after the block execution, or rollback if an exception occurs. Invoking a transaction always cause a new one to be created, even if called in the context of an existing transaction.

'transaction' causes a new transaction to begin and commit after the block execution, or rollback if an exception occurs. Invoking a transaction always cause a new one to be created, even if called in the context of an existing transaction.

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def transaction[A](s: AbstractSession)(a: => A): A

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def transaction[A](sf: SessionFactory)(a: => A): A

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def trySampleValueFor(c: Class[_]): AnyRef

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
def update[A](t: Table[A])(s: A => UpdateStatement): Int

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def upper[A1, T1](s: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A1, T1], ev2: T1 <:< TOptionString): TypedExpressionConversion[A1, T1]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def using[A](session: AbstractSession)(a: => A): A

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def varPopulation[T2 >: TOptionFloat, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def varSample[T2 >: TOptionFloat, T1 <: T2, A1, A2](b: TypedExpression[A1, T1])(implicit f: TypedExpressionFactory[A2, T2]): TypedExpressionConversion[A2, T2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
def withCte(queries: Query[_]*): WithState

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Implicits

Implicits

Attributes

Source
PrimitiveTypeMode.scala
implicit def bigDecimalToTE(f: BigDecimal): TypedExpression[BigDecimal, TBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def binaryToTE(s: Array[Byte]): TypedExpression[Array[Byte], TByteArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def booleanToTE(s: Boolean): TypedExpression[Boolean, TBoolean]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def byteToTE(f: Byte): TypedExpression[Byte, TByte]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def dateToTE(s: Date): TypedExpression[Date, TDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit val doubleArrayTEF: ArrayTEF[Double, TDoubleArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def doubleArrayToTE(f: Array[Double]): TypedExpression[Array[Double], TDoubleArray]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def doubleToTE(f: Double): TypedExpression[Double, TDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def enumValueToTE[A = Value](e: A): TypedExpression[A, TEnumValue[A]]

Attributes

Source
PrimitiveTypeMode.scala
implicit def floatToTE(f: Float): TypedExpression[Float, TFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit val intArrayTEF: ArrayTEF[Int, TIntArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def intArrayToTE(f: Array[Int]): TypedExpression[Array[Int], TIntArray]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def intToTE(f: Int): TypedExpression[Int, TInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit val longArrayTEF: ArrayTEF[Long, TLongArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def longArrayToTE(f: Array[Long]): TypedExpression[Array[Long], TLongArray]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def longToTE(f: Long): TypedExpression[Long, TLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionBigDecimalTEF: FloatTypedExpressionFactory[Option[BigDecimal], TOptionBigDecimal] & DeOptionizer[BigDecimal, BigDecimal, TBigDecimal, Option[BigDecimal], TOptionBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionBigDecimalToTE(f: Option[BigDecimal]): TypedExpression[Option[BigDecimal], TOptionBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionBooleanToTE(s: Option[Boolean]): TypedExpression[Option[Boolean], TOptionBoolean]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionByteArrayToTE(s: Option[Array[Byte]]): TypedExpression[Option[Array[Byte]], TOptionByteArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionByteTEF: IntegralTypedExpressionFactory[Option[Byte], TOptionByte, Option[Float], TOptionFloat] & DeOptionizer[Byte, Byte, TByte, Option[Byte], TOptionByte]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionByteToTE(f: Option[Byte]): TypedExpression[Option[Byte], TOptionByte]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionDateTEF: TypedExpressionFactory[Option[Date], TOptionDate] & DeOptionizer[Date, Date, TDate, Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionDateToTE(s: Option[Date]): TypedExpression[Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionDoubleTEF: FloatTypedExpressionFactory[Option[Double], TOptionDouble] & DeOptionizer[Double, Double, TDouble, Option[Double], TOptionDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionDoubleToTE(f: Option[Double]): TypedExpression[Option[Double], TOptionDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionEnumcValueToTE[A = Value](e: Option[A]): TypedExpression[Option[A], TOptionEnumValue[A]]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionFloatTEF: FloatTypedExpressionFactory[Option[Float], TOptionFloat] & DeOptionizer[Float, Float, TFloat, Option[Float], TOptionFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionFloatToTE(f: Option[Float]): TypedExpression[Option[Float], TOptionFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionIntTEF: IntegralTypedExpressionFactory[Option[Int], TOptionInt, Option[Float], TOptionFloat] & DeOptionizer[Int, Int, TInt, Option[Int], TOptionInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionIntToTE(f: Option[Int]): TypedExpression[Option[Int], TOptionInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionLongTEF: IntegralTypedExpressionFactory[Option[Long], TOptionLong, Option[Double], TOptionDouble] & DeOptionizer[Long, Long, TLong, Option[Long], TOptionLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionLongToTE(f: Option[Long]): TypedExpression[Option[Long], TOptionLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionSqlDateTEF: TypedExpressionFactory[Option[Date], TOptionDate] & DeOptionizer[Date, Date, TDate, Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionStringTEF: TypedExpressionFactory[Option[String], TOptionString] & DeOptionizer[String, String, TString, Option[String], TOptionString]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionStringToTE(s: Option[String]): TypedExpression[Option[String], TOptionString]

Attributes

Source
PrimitiveTypeMode.scala
implicit val optionTimestampTEF: TypedExpressionFactory[Option[Timestamp], TOptionTimestamp] & DeOptionizer[Timestamp, Timestamp, TTimestamp, Option[Timestamp], TOptionTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionTimestampToTE(s: Option[Timestamp]): TypedExpression[Option[Timestamp], TOptionTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def optionUUIDToTE(s: Option[UUID]): TypedExpression[Option[UUID], TOptionUUID]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryBigDecimalGroupedToTE(q: Query[Group[BigDecimal]]): QueryValueExpressionNode[BigDecimal, TBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryBigDecimalMeasuredToTE(q: Query[Measures[BigDecimal]]): QueryValueExpressionNode[BigDecimal, TBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryBigDecimalToTE(q: Query[BigDecimal]): QueryValueExpressionNode[BigDecimal, TBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryBooleanToTE(q: Query[Boolean]): QueryValueExpressionNode[Boolean, TBoolean]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryByteArrayToTE(q: Query[Array[Byte]]): QueryValueExpressionNode[Array[Byte], TByteArray]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryByteToTE(q: Query[Byte]): QueryValueExpressionNode[Byte, TByte]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryDateToTE(q: Query[Date]): QueryValueExpressionNode[Date, TDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryDoubleGroupedToTE(q: Query[Group[Double]]): QueryValueExpressionNode[Double, TDouble]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryDoubleToTE(q: Query[Double]): QueryValueExpressionNode[Double, TDouble]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryFloatToTE(q: Query[Float]): QueryValueExpressionNode[Float, TFloat]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryIntToTE(q: Query[Int]): QueryValueExpressionNode[Int, TInt]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryLongToTE(q: Query[Long]): QueryValueExpressionNode[Long, TLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionBigDecimalGroupedToTE(q: Query[Group[Option[BigDecimal]]]): QueryValueExpressionNode[Option[BigDecimal], TOptionBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionBigDecimalMeasuredToTE(q: Query[Measures[Option[BigDecimal]]]): QueryValueExpressionNode[Option[BigDecimal], TOptionBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionBigDecimalToTE(q: Query[Option[BigDecimal]]): QueryValueExpressionNode[Option[BigDecimal], TOptionBigDecimal]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionBooleanToTE(q: Query[Option[Boolean]]): QueryValueExpressionNode[Option[Boolean], TOptionBoolean]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionByteArrayToTE(q: Query[Option[Array[Byte]]]): QueryValueExpressionNode[Option[Array[Byte]], TOptionByteArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionByteGroupedToTE(q: Query[Group[Option[Byte]]]): QueryValueExpressionNode[Option[Byte], TOptionByte]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionByteMeasuredToTE(q: Query[Measures[Option[Byte]]]): QueryValueExpressionNode[Option[Byte], TOptionByte]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionByteToTE(q: Query[Option[Byte]]): QueryValueExpressionNode[Option[Byte], TOptionByte]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDateGroupedToTE(q: Query[Group[Option[Date]]]): QueryValueExpressionNode[Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDateMeasuredToTE(q: Query[Measures[Option[Date]]]): QueryValueExpressionNode[Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDateToTE(q: Query[Option[Date]]): QueryValueExpressionNode[Option[Date], TOptionDate]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDoubleGroupedToTE(q: Query[Group[Option[Double]]]): QueryValueExpressionNode[Option[Double], TOptionDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDoubleMeasuredToTE(q: Query[Measures[Option[Double]]]): QueryValueExpressionNode[Option[Double], TOptionDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionDoubleToTE(q: Query[Option[Double]]): QueryValueExpressionNode[Option[Double], TOptionDouble]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionFloatGroupedToTE(q: Query[Group[Option[Float]]]): QueryValueExpressionNode[Option[Float], TOptionFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionFloatMeasuredToTE(q: Query[Measures[Option[Float]]]): QueryValueExpressionNode[Option[Float], TOptionFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionFloatToTE(q: Query[Option[Float]]): QueryValueExpressionNode[Option[Float], TOptionFloat]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionIntGroupedToTE(q: Query[Group[Option[Int]]]): QueryValueExpressionNode[Option[Int], TOptionInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionIntMeasuredToTE(q: Query[Measures[Option[Int]]]): QueryValueExpressionNode[Option[Int], TOptionInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionIntToTE(q: Query[Option[Int]]): QueryValueExpressionNode[Option[Int], TOptionInt]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionLongGroupedToTE(q: Query[Group[Option[Long]]]): QueryValueExpressionNode[Option[Long], TOptionLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionLongMeasuredToTE(q: Query[Measures[Option[Long]]]): QueryValueExpressionNode[Option[Long], TOptionLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionLongToTE(q: Query[Option[Long]]): QueryValueExpressionNode[Option[Long], TOptionLong]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionStringGroupedToTE(q: Query[Group[Option[String]]]): QueryValueExpressionNode[Option[String], TOptionString]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionStringMeasuredToTE(q: Query[Measures[Option[String]]]): QueryValueExpressionNode[Option[String], TOptionString]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionStringToTE(q: Query[Option[String]]): QueryValueExpressionNode[Option[String], TOptionString]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionTimestampGroupedToTE(q: Query[Group[Option[Timestamp]]]): QueryValueExpressionNode[Option[Timestamp], TOptionTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionTimestampMeasuredToTE(q: Query[Measures[Option[Timestamp]]]): QueryValueExpressionNode[Option[Timestamp], TOptionTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionTimestampToTE(q: Query[Option[Timestamp]]): QueryValueExpressionNode[Option[Timestamp], TOptionTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryOptionUUIDToTE(q: Query[Option[UUID]]): QueryValueExpressionNode[Option[UUID], TOptionUUID]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryStringGroupedToTE(q: Query[Group[String]]): QueryValueExpressionNode[String, TString]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryStringToTE(q: Query[String]): QueryValueExpressionNode[String, TString]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryTimestampGroupedToTE(q: Query[Group[Timestamp]]): QueryValueExpressionNode[Timestamp, TTimestamp]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryTimestampToTE(q: Query[Timestamp]): QueryValueExpressionNode[Timestamp, TTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def queryUUIDToTE(q: Query[UUID]): QueryValueExpressionNode[UUID, TUUID]

Attributes

Source
PrimitiveTypeMode.scala

Attributes

Source
PrimitiveTypeMode.scala
implicit val stringArrayTEF: ArrayTEF[String, TStringArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit def stringArrayToTE(f: Array[String]): TypedExpression[Array[String], TStringArray]

Attributes

Source
PrimitiveTypeMode.scala
implicit val stringTEF: TypedExpressionFactory[String, TString] & PrimitiveJdbcMapper[String]

Attributes

Source
PrimitiveTypeMode.scala
implicit def stringToTE(s: String): TypedExpression[String, TString]

Attributes

Source
PrimitiveTypeMode.scala
implicit val timestampTEF: TypedExpressionFactory[Timestamp, TTimestamp] & PrimitiveJdbcMapper[Timestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def timestampToTE(s: Timestamp): TypedExpression[Timestamp, TTimestamp]

Attributes

Source
PrimitiveTypeMode.scala
implicit def uuidToTE(s: UUID): TypedExpression[UUID, TUUID]

Attributes

Source
PrimitiveTypeMode.scala

Inherited implicits

implicit def `__thisDsl`: QueryDsl

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def compositeKey2CanLookup[T <: CompositeKey](t: T): CanLookup

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def concatenationConversion[A1, A2, T1, T2](co: ConcatOp[A1, A2, T1, T2]): TypedExpression[String, TString]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def concatenationConversionWithOption1[A1, A2, T1, T2](co: ConcatOp[Option[A1], A2, T1, T2]): TypedExpression[Option[String], TOptionString]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def concatenationConversionWithOption2[A1, A2, T1, T2](co: ConcatOp[A1, Option[A2], T1, T2]): TypedExpression[Option[String], TOptionString]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def concatenationConversionWithOption3[A1, A2, T1, T2](co: ConcatOp[Option[A1], Option[A2], T1, T2]): TypedExpression[Option[String], TOptionString]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def kedForKeyedEntities[A, K](implicit ev: A <:< KeyedEntity[K], m: ClassTag[A]): KeyedEntityDef[A, K]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def noneKeyedEntityDef[A, K]: OptionalKeyedEntityDef[A, K]

Attributes

Inherited from:
BaseQueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def queryToIterable[R](q: Query[R]): Iterable[R]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def queryable2JoinPrecursor[A](q: Queryable[A]): JoinPrecursor[A]

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala

Used for supporting 'inhibitWhen' dynamic queries

Used for supporting 'inhibitWhen' dynamic queries

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
JoinSignatures
Source
JoinSignatures.scala
implicit def scalarQuery2Scalar[T](sq: ScalarQuery[T]): T

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def simpleKey2CanLookup[T](t: T)(implicit ev: T => TypedExpression[T, _]): CanLookup

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def singleColComputeQuery2Scalar[T](cq: Query[Measures[T]]): T

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t2te[A1, A2](t: (A1, A2))(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _]): CompositeKey2[A1, A2]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t3te[A1, A2, A3](t: (A1, A2, A3))(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _]): CompositeKey3[A1, A2, A3]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t4te[A1, A2, A3, A4](t: (A1, A2, A3, A4))(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _], ev4: A4 => TypedExpression[A4, _]): CompositeKey4[A1, A2, A3, A4]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t5te[A1, A2, A3, A4, A5](t: (A1, A2, A3, A4, A5))(implicit ev1: A1 => TypedExpression[A1, _], ev2: A2 => TypedExpression[A2, _], ev3: A3 => TypedExpression[A3, _], ev4: A4 => TypedExpression[A4, _], ev5: A5 => TypedExpression[A5, _]): CompositeKey5[A1, A2, A3, A4, A5]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t6te[A1, A2, A3, A4, A5, A6](t: (A1, A2, A3, A4, A5, 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, _]): CompositeKey6[A1, A2, A3, A4, A5, A6]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t7te[A1, A2, A3, A4, A5, A6, A7](t: (A1, A2, A3, A4, A5, A6, A7))(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, _], ev7: A7 => TypedExpression[A7, _]): CompositeKey7[A1, A2, A3, A4, A5, A6, A7]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t8te[A1, A2, A3, A4, A5, A6, A7, A8](t: (A1, A2, A3, A4, A5, A6, A7, A8))(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, _], ev7: A7 => TypedExpression[A7, _], ev8: A8 => TypedExpression[A8, _]): CompositeKey8[A1, A2, A3, A4, A5, A6, A7, A8]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala
implicit def t9te[A1, A2, A3, A4, A5, A6, A7, A8, A9](t: (A1, A2, A3, A4, A5, A6, A7, A8, A9))(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, _], ev7: A7 => TypedExpression[A7, _], ev8: A8 => TypedExpression[A8, _], ev9: A9 => TypedExpression[A9, _]): CompositeKey9[A1, A2, A3, A4, A5, A6, A7, A8, A9]

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
FieldMapper
Source
FieldMapper.scala
implicit def typedExpression2OrderByArg[E](e: E)(implicit ev: E => TypedExpression[_, _]): OrderByArg

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala

Attributes

Inherited from:
QueryDsl
Source
QueryDsl.scala