Package

ch.acmesoftware.arangodbscaladriver

querydsl

Permalink

package querydsl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. querydsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class FilterClause(parent: QueryPart, fieldName: String) extends QueryPart with Product with Serializable

    Permalink
  2. case class ForClause(ref: String) extends QueryPart with Product with Serializable

    Permalink
  3. case class ForInClause(parent: QueryPart, collection: String) extends QueryPart with Product with Serializable

    Permalink
  4. case class QueryClause(parent: QueryPart) extends QueryPart with Product with Serializable

    Permalink
  5. trait QueryPart extends AnyRef

    Permalink

Value Members

  1. def FOR(ref: String): ForClause

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped