Trait

com.github.aselab.activerecord.inner

Relations

Related Doc: package inner

Permalink

trait Relations extends AnyRef

Source
Relations.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Relations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait PagerSupport[T <: AR, S] extends AnyRef

    Permalink
  2. case class Parameters[T <: AR, JoinedType <: AnyRef { def _1: T }, S](conditions: List[(JoinedType) ⇒ dsl.LogicalBoolean] = Nil, orders: List[(JoinedType) ⇒ dsl.ExpressionNode] = Nil, selector: (JoinedType) ⇒ S = t: JoinedType => t._1, includeAssociations: List[(T) ⇒ ActiveRecord.Association[T, AR]] = Nil, pages: Option[(Int, Int)] = None, isUnique: Boolean = false, isReverse: Boolean = false) extends Product with Serializable

    Permalink
  3. trait QuerySupport[T <: AR, S] extends AnyRef

    Permalink
  4. trait Relation[T <: AR, S] extends QuerySupport[T, S] with PagerSupport[T, S]

    Permalink
  5. case class Relation1[T <: AR, S](parameters: Parameters[T, (T), S], queryable: dsl.Queryable[T])(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink
  6. case class Relation2[T <: AR, J1 <: AR, S](parameters: Parameters[T, (T, J1), S], queryable: dsl.Queryable[T], joinTable: dsl.Queryable[J1], on: ((T, J1)) ⇒ dsl.LogicalBoolean)(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink
  7. case class Relation3[T <: AR, J1 <: AR, J2 <: AR, S](parameters: Parameters[T, (T, J1, J2), S], queryable: dsl.Queryable[T], joinTable1: dsl.Queryable[J1], joinTable2: dsl.Queryable[J2], on: ((T, J1, J2)) ⇒ (dsl.LogicalBoolean, dsl.LogicalBoolean))(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink
  8. case class Relation4[T <: AR, J1 <: AR, J2 <: AR, J3 <: AR, S](parameters: Parameters[T, (T, J1, J2, J3), S], queryable: dsl.Queryable[T], joinTable1: dsl.Queryable[J1], joinTable2: dsl.Queryable[J2], joinTable3: dsl.Queryable[J3], on: ((T, J1, J2, J3)) ⇒ (dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean))(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink
  9. case class Relation5[T <: AR, J1 <: AR, J2 <: AR, J3 <: AR, J4 <: AR, S](parameters: Parameters[T, (T, J1, J2, J3, J4), S], queryable: dsl.Queryable[T], joinTable1: dsl.Queryable[J1], joinTable2: dsl.Queryable[J2], joinTable3: dsl.Queryable[J3], joinTable4: dsl.Queryable[J4], on: ((T, J1, J2, J3, J4)) ⇒ (dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean))(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink
  10. case class Relation6[T <: AR, J1 <: AR, J2 <: AR, J3 <: AR, J4 <: AR, J5 <: AR, S](parameters: Parameters[T, (T, J1, J2, J3, J4, J5), S], queryable: dsl.Queryable[T], joinTable1: dsl.Queryable[J1], joinTable2: dsl.Queryable[J2], joinTable3: dsl.Queryable[J3], joinTable4: dsl.Queryable[J4], joinTable5: dsl.Queryable[J5], on: ((T, J1, J2, J3, J4, J5)) ⇒ (dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean, dsl.LogicalBoolean))(implicit manifest: ClassTag[T]) extends Relation[T, S] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def Tuple1ToT[T](tuple1: (T)): T

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped