|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IQuery | |
|---|---|
| com.googlecode.jpattern.orm.query | |
| com.googlecode.jpattern.orm.query.expression | |
| com.googlecode.jpattern.orm.query.sql | |
| Uses of IQuery in com.googlecode.jpattern.orm.query |
|---|
| Subinterfaces of IQuery in com.googlecode.jpattern.orm.query | |
|---|---|
interface |
IBaseOrmQuery
|
interface |
IOrmCustomQuery
|
interface |
IOrmQuery<T>
|
interface |
ISqlQuery
|
| Classes in com.googlecode.jpattern.orm.query that implement IQuery | |
|---|---|
class |
ABaseOrmQuery
|
class |
AQuery
|
class |
OrmCustomQuery
|
class |
OrmQuery<T>
|
| Methods in com.googlecode.jpattern.orm.query that return IQuery | |
|---|---|
IQuery |
IQuery.setMaxRows(int maxRows)
Set the maximum number of rows to return in the query. |
IQuery |
IQuery.setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| Methods in com.googlecode.jpattern.orm.query with parameters of type IQuery | |
|---|---|
IExpression |
IExpression.in(String property,
IQuery subQuery)
In - using a subQuery. |
IExpression |
Expression.in(String property,
IQuery subQuery)
|
IExpression |
IExpression.nin(String property,
IQuery subQuery)
Not In - using a subQuery. |
IExpression |
Expression.nin(String property,
IQuery subQuery)
|
| Uses of IQuery in com.googlecode.jpattern.orm.query.expression |
|---|
| Constructors in com.googlecode.jpattern.orm.query.expression with parameters of type IQuery | |
|---|---|
InSubQueryExpressionElement(String property,
IQuery query,
boolean in)
|
|
| Uses of IQuery in com.googlecode.jpattern.orm.query.sql |
|---|
| Classes in com.googlecode.jpattern.orm.query.sql that implement IQuery | |
|---|---|
class |
SqlQuery
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||