public final class DefaultQueryHandler extends java.lang.Object implements QueryHandler
| Modifier and Type | Field and Description |
|---|---|
static QueryHandler |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
<T> com.mysema.commons.lang.CloseableIterator<T> |
iterate(javax.persistence.Query query,
FactoryExpression<?> projection) |
boolean |
transform(javax.persistence.Query query,
FactoryExpression<?> projection) |
public static final QueryHandler DEFAULT
public <T> com.mysema.commons.lang.CloseableIterator<T> iterate(javax.persistence.Query query,
@Nullable
FactoryExpression<?> projection)
iterate in interface QueryHandlerpublic boolean transform(javax.persistence.Query query,
FactoryExpression<?> projection)
transform in interface QueryHandlerCopyright © 2007-2013 Mysema Ltd. All Rights Reserved.