Package | Description |
---|---|
com.intuit.ipp.query | |
com.intuit.ipp.query.expr |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Path<?>> |
GenerateQuery.path
variable path
|
Modifier and Type | Method and Description |
---|---|
static Path<?> |
GenerateQuery.$(Object ret)
when no handler for specific return type is defined which means properties of that type cannot be inserted in filter expression but can be
listed in select part, it will return Path
|
Modifier and Type | Method and Description |
---|---|
OptionalSyntax |
OptionalSyntax.orderBy(Path<?>... path)
Method to get the optional syntax for order by operator
|
OptionalSyntax |
OptionalSyntax.orderByAscending(Path<?>... path)
Method to get the optional syntax for order by asc operator
|
OptionalSyntax |
OptionalSyntax.orderByDescending(Path<?>... path)
Method to get the optional syntax for order by desc operator
|
static <T extends IEntity> |
GenerateQuery.select(Path<?> path,
Path<?>... pathlist)
Method to get the optional syntax
|
static <T extends IEntity> |
GenerateQuery.select(Path<?> path,
Path<?>... pathlist)
Method to get the optional syntax
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanPath
Class to generate the query string for boolean value
|
class |
CalendarPath
Class to generate the query string for calendar or date value
|
class |
EnumPath
Class to generate the query string for enum value
|
class |
NumberPath
Class to generate the query string for number value
|
class |
StringPath
Class to generate the query string for string value
|
Modifier and Type | Method and Description |
---|---|
Path<?> |
Expression.getPath()
Gets path
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.setPath(Path<?> path)
Sets path
|
Constructor and Description |
---|
Expression(Path<?> path,
Operation oper,
String value)
Constructor Expression
|
Copyright © 2017. All rights reserved.