public class ProjectionLoader extends Object implements QueryResultLoader
Constructor and Description |
---|
ProjectionLoader(ProjectionConverter projectionConverter,
EntityLoader entityLoader) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos) |
Object[] |
load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo) |
public ProjectionLoader(ProjectionConverter projectionConverter, EntityLoader entityLoader)
public List<Object> load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos)
load
in interface QueryResultLoader
public Object[] load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo)
load
in interface QueryResultLoader
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.