Package | Description |
---|---|
com.intuit.ipp.query | |
com.intuit.ipp.query.expr |
Modifier and Type | Method and Description |
---|---|
OptionalSyntax |
OptionalSyntax.where(Expression<?>... expression)
Method to get the optional syntax for where operator
|
Modifier and Type | Method and Description |
---|---|
Expression<Byte> |
NumberPath.between(Byte startValue,
Byte endValue)
Method to construct the between expression for byte
|
Expression<Calendar> |
CalendarPath.between(Calendar startValue,
Calendar endValue)
Method to construct the between expression for calendar
|
Expression<Date> |
CalendarPath.between(Date startValue,
Date endValue)
Method to construct the between expression for date
|
Expression<Date> |
CalendarPath.between(Date startValue,
Date endValue)
Method to construct the between expression for date
|
Expression<Double> |
NumberPath.between(Double startValue,
Double endValue)
Method to construct the between expression for double
|
Expression<Float> |
NumberPath.between(Float startValue,
Float endValue)
Method to construct the between expression for float
|
Expression<Integer> |
NumberPath.between(Integer startValue,
Integer endValue)
Method to construct the between expression for integer
|
Expression<Long> |
NumberPath.between(Long startValue,
Long endValue)
Method to construct the between expression for long
|
Expression<Short> |
NumberPath.between(Short startValue,
Short endValue)
Method to construct the between expression for short
|
Expression<String> |
StringPath.between(String startValue,
String endValue)
Method to construct the between expression for string
|
Expression<String> |
StringPath.contains(String value)
Method to construct the like expression for string contains
|
Expression<String> |
StringPath.endsWith(String value)
Method to construct the like expression for string ends with
|
Expression<Boolean> |
BooleanPath.eq(Boolean value)
Method to construct the equals expression for boolean
|
Expression<Byte> |
NumberPath.eq(byte value)
Method to construct the equals expression for byte
|
Expression<Calendar> |
CalendarPath.eq(Calendar value)
Method to construct the equals expression for Calendar
|
Expression<Date> |
CalendarPath.eq(Date value)
Method to construct the equals expression for date
|
Expression<Date> |
CalendarPath.eq(Date value)
Method to construct the equals expression for date
|
Expression<Double> |
NumberPath.eq(double value)
Method to construct the equals expression for double
|
Expression<Enum<?>> |
EnumPath.eq(Enum<?> value)
Method to construct the equals expression for enum
|
Expression<Float> |
NumberPath.eq(float value)
Method to construct the equals expression for float
|
Expression<Integer> |
NumberPath.eq(int value)
Method to construct the equals expression for integer
|
Expression<Long> |
NumberPath.eq(long value)
Method to construct the equals expression for long
|
Expression<Short> |
NumberPath.eq(short value)
Method to construct the equals expression for short
|
Expression<String> |
StringPath.eq(String value)
Method to construct the equals expression for string
|
Expression<Byte> |
NumberPath.gt(byte value)
Method to construct the greater than expression for byte
|
Expression<Calendar> |
CalendarPath.gt(Calendar value)
Method to construct the greater than expression for calendar
|
Expression<Date> |
CalendarPath.gt(Date value)
Method to construct the greater than expression for date
|
Expression<Date> |
CalendarPath.gt(Date value)
Method to construct the greater than expression for date
|
Expression<Double> |
NumberPath.gt(double value)
Method to construct the greater than expression for double
|
Expression<Enum<?>> |
EnumPath.gt(Enum<?> value)
Method to construct the greater than expression for enum
|
Expression<Float> |
NumberPath.gt(float value)
Method to construct the greater than expression for float
|
Expression<Integer> |
NumberPath.gt(int value)
Method to construct the greater than expression for int
|
Expression<Long> |
NumberPath.gt(long value)
Method to construct the greater than expression for long
|
Expression<Short> |
NumberPath.gt(short value)
Method to construct the greater than expression for short
|
Expression<String> |
StringPath.gt(String value)
Method to construct the greater than expression for string
|
Expression<Byte> |
NumberPath.gte(byte value)
Method to construct the greater than or equals expression for byte
|
Expression<Calendar> |
CalendarPath.gte(Calendar value)
Method to construct the greater than or equals expression for calendar
|
Expression<Date> |
CalendarPath.gte(Date value)
Method to construct the greater than or equals expression for date
|
Expression<Date> |
CalendarPath.gte(Date value)
Method to construct the greater than or equals expression for date
|
Expression<Double> |
NumberPath.gte(double value)
Method to construct the greater than or equals expression for double
|
Expression<Enum<?>> |
EnumPath.gte(Enum<?> value)
Method to construct the greater than or equals expression for enum
|
Expression<Float> |
NumberPath.gte(float value)
Method to construct the greater than or equals expression for float
|
Expression<Integer> |
NumberPath.gte(int value)
Method to construct the greater than or equals expression for int
|
Expression<Long> |
NumberPath.gte(long value)
Method to construct the greater than or equals expression for long
|
Expression<Short> |
NumberPath.gte(short value)
Method to construct the greater than or equals expression for short
|
Expression<String> |
StringPath.gte(String value)
Method to construct the greater than or equals expression for string
|
Expression<Boolean> |
BooleanPath.in(Boolean[] value)
Method to construct the in expression for boolean
|
Expression<Byte> |
NumberPath.in(Byte[] value)
Method to construct the in expression for byte
|
Expression<Calendar> |
CalendarPath.in(Calendar[] value)
Method to construct the in expression for calendar
|
Expression<Date> |
CalendarPath.in(Date[] value)
Method to construct the in expression for date
|
Expression<Date> |
CalendarPath.in(Date[] value)
Method to construct the in expression for date
|
Expression<Double> |
NumberPath.in(Double[] value)
Method to construct the in expression for double
|
Expression<Enum<?>> |
EnumPath.in(Enum<?>[] value)
Method to construct the in expression for enum
|
Expression<Float> |
NumberPath.in(Float[] value)
Method to construct the in expression for float
|
Expression<Integer> |
NumberPath.in(Integer[] value)
Method to construct the in expression for integer
|
Expression<Long> |
NumberPath.in(Long[] value)
Method to construct the in expression for long
|
Expression<Short> |
NumberPath.in(Short[] value)
Method to construct the in expression for short
|
Expression<String> |
StringPath.in(String[] value)
Method to construct the in expression for string
|
Expression<Byte> |
NumberPath.lt(byte value)
Method to construct the less than expression for byte
|
Expression<Calendar> |
CalendarPath.lt(Calendar value)
Method to construct the less than expression for calendar
|
Expression<Date> |
CalendarPath.lt(Date value)
Method to construct the less than expression for date
|
Expression<Date> |
CalendarPath.lt(Date value)
Method to construct the less than expression for date
|
Expression<Double> |
NumberPath.lt(double value)
Method to construct the less than expression for double
|
Expression<Enum<?>> |
EnumPath.lt(Enum<?> value)
Method to construct the less than expression for enum
|
Expression<Float> |
NumberPath.lt(float value)
Method to construct the less than expression for float
|
Expression<Integer> |
NumberPath.lt(int value)
Method to construct the less than expression for int
|
Expression<Long> |
NumberPath.lt(long value)
Method to construct the less than expression for long
|
Expression<Short> |
NumberPath.lt(short value)
Method to construct the less than expression for short
|
Expression<String> |
StringPath.lt(String value)
Method to construct the less than expression for string
|
Expression<Byte> |
NumberPath.lte(byte value)
Method to construct the less than or equals expression for byte
|
Expression<Calendar> |
CalendarPath.lte(Calendar value)
Method to construct the less than or equals expression for calendar
|
Expression<Date> |
CalendarPath.lte(Date value)
Method to construct the less than or equals expression for date
|
Expression<Date> |
CalendarPath.lte(Date value)
Method to construct the less than or equals expression for date
|
Expression<Double> |
NumberPath.lte(double value)
Method to construct the less than or equals expression for double
|
Expression<Enum<?>> |
EnumPath.lte(Enum<?> value)
Method to construct the less than or equals expression for enum
|
Expression<Float> |
NumberPath.lte(float value)
Method to construct the less than or equals expression for float
|
Expression<Integer> |
NumberPath.lte(int value)
Method to construct the less than or equals expression for int
|
Expression<Long> |
NumberPath.lte(long value)
Method to construct the less than or equals expression for long
|
Expression<Short> |
NumberPath.lte(short value)
Method to construct the less than or equals expression for short
|
Expression<String> |
StringPath.lte(String value)
Method to construct the less than or equals expression for string
|
Expression<?> |
Expression.negate()
Method to negate
|
Expression<Boolean> |
BooleanPath.neq(Boolean value)
Method to construct the not equals expression for boolean
|
Expression<Byte> |
NumberPath.neq(byte value)
Method to construct the not equals expression for byte
|
Expression<Calendar> |
CalendarPath.neq(Calendar value)
Method to construct the not equals expression for Calendar
|
Expression<Date> |
CalendarPath.neq(Date value)
Method to construct the not equals expression for date
|
Expression<Date> |
CalendarPath.neq(Date value)
Method to construct the not equals expression for date
|
Expression<Double> |
NumberPath.neq(double value)
Method to construct the not equals expression for double
|
Expression<Enum<?>> |
EnumPath.neq(Enum<?> value)
Method to construct the not equals expression for enum
|
Expression<Float> |
NumberPath.neq(float value)
Method to construct the not equals expression for float
|
Expression<Integer> |
NumberPath.neq(int value)
Method to construct the not equals expression for int
|
Expression<Long> |
NumberPath.neq(long value)
Method to construct the not equals expression for long
|
Expression<Short> |
NumberPath.neq(short value)
Method to construct the not equals expression for short
|
Expression<String> |
StringPath.neq(String value)
Method to construct the not equals expression for string
|
Expression<String> |
StringPath.startsWith(String value)
Method to construct the like expression for string starts with
|
Copyright © 2017. All rights reserved.