Package | Description |
---|---|
com.mysema.query |
Contains basic Query elements
|
com.mysema.query.hibernate.search | |
com.mysema.query.lucene | |
com.mysema.query.mongodb | |
com.mysema.query.support |
Various support classes
|
Modifier and Type | Field and Description |
---|---|
static QueryModifiers |
QueryModifiers.EMPTY |
Modifier and Type | Method and Description |
---|---|
QueryModifiers |
EmptyMetadata.getModifiers() |
QueryModifiers |
QueryMetadata.getModifiers()
Get the QueryModifiers
|
QueryModifiers |
DefaultQueryMetadata.getModifiers() |
static QueryModifiers |
QueryModifiers.limit(long limit) |
static QueryModifiers |
QueryModifiers.offset(long offset) |
Modifier and Type | Method and Description |
---|---|
Q |
SimpleQuery.restrict(QueryModifiers modifiers)
Set both limit and offset of the query results
|
void |
EmptyMetadata.setModifiers(QueryModifiers restriction) |
void |
QueryMetadata.setModifiers(QueryModifiers restriction) |
void |
DefaultQueryMetadata.setModifiers(QueryModifiers restriction) |
Constructor and Description |
---|
QueryModifiers(QueryModifiers modifiers) |
SearchResults(java.util.List<T> results,
QueryModifiers mod,
long total)
Create a new SearchResults instance
|
Modifier and Type | Method and Description |
---|---|
SearchQuery<T> |
SearchQuery.restrict(QueryModifiers modifiers) |
Modifier and Type | Method and Description |
---|---|
Q |
AbstractLuceneQuery.restrict(QueryModifiers modifiers) |
Modifier and Type | Method and Description |
---|---|
protected com.mongodb.DBCursor |
MongodbQuery.createCursor(com.mongodb.DBCollection collection,
Predicate where,
java.util.List<Expression<?>> projection,
QueryModifiers modifiers,
java.util.List<OrderSpecifier<?>> orderBy) |
MongodbQuery<K> |
MongodbQuery.restrict(QueryModifiers modifiers) |
Modifier and Type | Method and Description |
---|---|
SimpleProjectableAdapter<T> |
SimpleProjectableAdapter.restrict(QueryModifiers modifiers) |
T |
QueryMixin.restrict(QueryModifiers modifiers) |
Q |
QueryBase.restrict(QueryModifiers modifiers)
Defines both limit and offset of the query results
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.