Modifier and Type | Field and Description |
---|---|
static com.mysema.query.types.Operator<Object> |
ANY |
static com.mysema.query.types.Operator<Object> |
ANY_RESULT |
static com.mysema.query.types.Operator<Object> |
COUNT |
static com.mysema.query.types.Operator<Object> |
DISTINCT |
static com.mysema.query.types.Operator<Object> |
FIRST |
static com.mysema.query.types.Operator<Object> |
FIRST_OR_DEFAULT |
static com.mysema.query.types.Operator<Object> |
INTERSECT |
static com.mysema.query.types.Operator<Object> |
LONG_COUNT |
static com.mysema.query.types.Operator<Object> |
ORDER_BY |
static com.mysema.query.types.Operator<Object> |
ORDER_BY_SCORE |
static String |
QUERY_OPERATORS_PREFIX |
static com.mysema.query.types.Operator<Object> |
SEARCH |
static com.mysema.query.types.Operator<Object> |
SELECT |
static com.mysema.query.types.Operator<Object> |
SINGLE |
static com.mysema.query.types.Operator<Object> |
SINGLE_OR_DEFAULT |
static com.mysema.query.types.Operator<Object> |
SKIP |
static com.mysema.query.types.Operator<Object> |
TAKE |
static com.mysema.query.types.Operator<Object> |
WHERE |
Constructor and Description |
---|
LinqOps.Query() |
public static final com.mysema.query.types.Operator<Object> WHERE
public static final com.mysema.query.types.Operator<Object> ORDER_BY
public static final com.mysema.query.types.Operator<Object> SEARCH
public static final com.mysema.query.types.Operator<Object> ORDER_BY_SCORE
public static final com.mysema.query.types.Operator<Object> INTERSECT
public static final com.mysema.query.types.Operator<Object> FIRST_OR_DEFAULT
public static final com.mysema.query.types.Operator<Object> FIRST
public static final com.mysema.query.types.Operator<Object> COUNT
public static final com.mysema.query.types.Operator<Object> LONG_COUNT
public static final com.mysema.query.types.Operator<Object> SINGLE
public static final com.mysema.query.types.Operator<Object> SINGLE_OR_DEFAULT
public static final com.mysema.query.types.Operator<Object> SKIP
public static final com.mysema.query.types.Operator<Object> TAKE
public static final com.mysema.query.types.Operator<Object> DISTINCT
public static final com.mysema.query.types.Operator<Object> SELECT
public static final com.mysema.query.types.Operator<Object> ANY
public static final com.mysema.query.types.Operator<Object> ANY_RESULT
public static final String QUERY_OPERATORS_PREFIX
Copyright © 2016. All Rights Reserved.