package querydsl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- querydsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class FilterClause(parent: QueryPart, fieldName: String) extends QueryPart with Product with Serializable
- case class ForClause(ref: String) extends QueryPart with Product with Serializable
- case class ForInClause(parent: QueryPart, collection: String) extends QueryPart with Product with Serializable
- case class QueryClause(parent: QueryPart) extends QueryPart with Product with Serializable
- trait QueryPart extends AnyRef