Trait

stark.activerecord.services

Relation

Related Doc: package services

Permalink

trait Relation[A] extends AnyRef

query relation interface

Since

2016-01-15

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Relation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def order(params: (String, Any)*): Relation.this.type

    Permalink
  2. abstract val primaryKey: String

    Permalink
    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asc(fields: String*): Relation.this.type

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def desc(fields: String*): Relation.this.type

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def executeQuery: Stream[A]

    Permalink
    Attributes
    protected
  11. def exists(): Boolean

    Permalink
  12. final def filter(f: (A) ⇒ Boolean): Stream[A]

    Permalink
    Annotations
    @inline()
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def first(n: Int): Relation.this.type

    Permalink
  15. def first: A

    Permalink
  16. def firstOption: Option[A]

    Permalink
  17. final def flatMap[B, That](f: (A) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Stream[A], B, That]): That

    Permalink
    Annotations
    @inline()
  18. final def foreach[U](f: (A) ⇒ U): Unit

    Permalink
    Annotations
    @inline()
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def head: A

    Permalink
    Annotations
    @inline()
  22. final def headOption: Option[A]

    Permalink
    Annotations
    @inline()
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def last(n: Int): Relation.this.type

    Permalink
  25. def last: A

    Permalink
  26. def limit(n: Int): Relation.this.type

    Permalink
  27. final def map[B, That](f: (A) ⇒ B)(implicit bf: CanBuildFrom[Stream[A], B, That]): That

    Permalink
    Annotations
    @inline()
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def offset(n: Int): Relation.this.type

    Permalink
  32. final def size: Int

    Permalink
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. final def tail: Stream[A]

    Permalink
    Annotations
    @inline()
  35. def take(n: Int): Relation.this.type

    Permalink
  36. def take: A

    Permalink
  37. def takeOption: Option[A]

    Permalink
  38. final def toList: List[A]

    Permalink
    Annotations
    @inline()
  39. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped