public class IntegerQueryExtensions
extends java.lang.Object
| Constructor and Description |
|---|
IntegerQueryExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static com.querydsl.core.types.Predicate |
range(com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> path,
IntegerRange range)
Returns an integer range filter
|
@QueryDelegate(value=java.lang.Integer.class)
public static com.querydsl.core.types.Predicate range(com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> path,
IntegerRange range)