Package | Description |
---|---|
com.querydsl.core.support |
Various support classes
|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.lucene3 |
Lucene 3 support
|
Modifier and Type | Method and Description |
---|---|
BooleanOperation |
FetchableSubQueryBase.isNotNull() |
BooleanOperation |
ExtendedSubQuery.isNotNull()
Create a
this is not null expression |
BooleanOperation |
FetchableSubQueryBase.isNull() |
BooleanOperation |
ExtendedSubQuery.isNull()
Create a
this is null expression |
Modifier and Type | Method and Description |
---|---|
static BooleanOperation |
Expressions.booleanOperation(Operator operator,
Expression<?>... args)
Create a new Boolean operation
|
static BooleanOperation |
Expressions.predicate(Operator operator,
Expression<?>... args)
Create a new Predicate operation
|
Modifier and Type | Class and Description |
---|---|
class |
QueryElement
QueryElement wraps a Lucene Query |
Copyright © 2007–2016 Querydsl. All rights reserved.