public class HibernateHandler extends java.lang.Object implements QueryHandler
| Constructor and Description |
|---|
HibernateHandler() |
| 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 <T> com.mysema.commons.lang.CloseableIterator<T> iterate(javax.persistence.Query query,
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.