org.infinispan.query.impl
Class ProjectionLoader
java.lang.Object
org.infinispan.query.impl.ProjectionLoader
- All Implemented Interfaces:
- QueryResultLoader
public class ProjectionLoader
- extends Object
- implements QueryResultLoader
- Author:
- Marko Luksa
Method Summary |
List<Object> |
load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos)
|
Object[] |
load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionLoader
public ProjectionLoader(ProjectionConverter projectionConverter,
EntityLoader entityLoader)
load
public List<Object> load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos)
- Specified by:
load
in interface QueryResultLoader
load
public Object[] load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo)
- Specified by:
load
in interface QueryResultLoader
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.