Package | Description |
---|---|
com.intuit.ipp.query |
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.selectCount(T entity)
Method to get the optional syntax for the given entity
|
OptionalSyntax |
OptionalSyntax.skip(int num)
Method to get the optional syntax for skip operator
|
OptionalSyntax |
OptionalSyntax.take(int num)
Method to get the optional syntax for take operator
|
OptionalSyntax |
OptionalSyntax.where(Expression<?>... expression)
Method to get the optional syntax for where operator
|
Copyright © 2017. All rights reserved.