Packages

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
  2. case class ForClause(ref: String) extends QueryPart with Product with Serializable
  3. case class ForInClause(parent: QueryPart, collection: String) extends QueryPart with Product with Serializable
  4. case class QueryClause(parent: QueryPart) extends QueryPart with Product with Serializable
  5. trait QueryPart extends AnyRef

Value Members

  1. def FOR(ref: String): ForClause

Inherited from AnyRef

Inherited from Any

Ungrouped