pro.savant.circumflex.orm

Criteria

class Criteria[PK, R <: Record[PK, R]] extends SQLable with Cloneable

Linear Supertypes
Cloneable, Cloneable, SQLable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Criteria
  2. Cloneable
  3. Cloneable
  4. SQLable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Criteria(rootNode: RelationNode[PK, R])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def AND(inverse: InverseAssociation[_, R, _, _]): Criteria[PK, R]

  7. def AND(criteria: Criteria[PK, R]): Criteria[PK, R]

  8. def OR(inverse: InverseAssociation[_, R, _, _]): Criteria[PK, R]

  9. def OR(criteria: Criteria[PK, R]): Criteria[PK, R]

  10. var _executionTime: Long

    Attributes
    protected
  11. var _joinTree: RelationNode[PK, R]

    Attributes
    protected
  12. var _limit: Int

    Attributes
    protected
  13. var _offset: Int

    Attributes
    protected
  14. var _orders: Seq[Order]

    Attributes
    protected
  15. var _prefetchSeq: Seq[Association[_, _, _]]

    Attributes
    protected
  16. var _projections: Seq[RecordProjection[_, _]]

    Attributes
    protected
  17. var _restrictions: Seq[Predicate]

    Attributes
    protected
  18. var _rootTree: RelationNode[PK, R]

    Attributes
    protected
  19. def add(expression: String, params: (String, Any)*): Criteria[PK, R]

  20. def add(predicates: Predicate*): Criteria[PK, R]

  21. def addJoin[PKN, N <: Record[PKN, N]](node: RelationNode[PKN, N]): Criteria[PK, R]

  22. def addOrder(orders: Order*): Criteria[PK, R]

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  27. def executionTime: Long

  28. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  32. def limit(l: Int): Criteria.this.type

  33. def limit: Int

  34. def list(): Seq[R]

  35. def merge(inverse: InverseAssociation[_, R, _, _], operator: String): Criteria[PK, R]

    Attributes
    protected
  36. def merge(criteria: Criteria[PK, R], operator: String): Criteria[PK, R]

    Attributes
    protected
  37. def mkDelete(): Delete[PK, R]

  38. def mkSelect(): SQLQuery[Array[Option[Any]]]

  39. def mkUpdate(): Update[PK, R]

  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def nextCounter(): Int

    Attributes
    protected
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def offset(o: Int): Criteria.this.type

  45. def offset: Int

  46. def predicate: Predicate

  47. def prefetch(association: Association[_, _, _]): Criteria[PK, R]

  48. def preparePf[PKN, N <: Record[PKN, N]](relation: Relation[PKN, N], association: Association[_, _, _]): RelationNode[PKN, N]

    Attributes
    protected
  49. def processTupleTree[PKN, N <: Record[PKN, N]](tuple: Array[_], tree: RelationNode[PKN, N]): Unit

    Attributes
    protected
  50. def projections: Seq[Projection[_]]

  51. def queryPlan: RelationNode[PK, R]

  52. def replaceLeft(join: JoinNode[PK, R, _, _], node: RelationNode[PK, R]): RelationNode[PK, R]

    Attributes
    protected
  53. def resetProjection(projection: Projection[_]): Unit

    Attributes
    protected
  54. val rootNode: RelationNode[PK, R]

  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toSql: String

    Definition Classes
    CriteriaSQLable
  57. def toString(): String

    Definition Classes
    Criteria → AnyRef → Any
  58. def unique(): Option[R]

  59. def updateJoinTree[PKN, N <: Record[PKN, N]](node: RelationNode[PKN, N], tree: RelationNode[PK, R]): RelationNode[PK, R]

    Attributes
    protected
  60. def updateRootTree[PKN, N <: Record[PKN, N]](node: RelationNode[PKN, N], association: Association[_, _, _]): RelationNode[PKN, N]

    Attributes
    protected
  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Cloneable

Inherited from Cloneable

Inherited from SQLable

Inherited from AnyRef

Inherited from Any

Ungrouped