public interface QueryHandler
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) |
<T> com.mysema.commons.lang.CloseableIterator<T> iterate(javax.persistence.Query query, @Nullable FactoryExpression<?> projection)
query
- boolean transform(javax.persistence.Query query, FactoryExpression<?> projection)
query
- projection
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.