org.infinispan.query.impl
Interface QueryResultLoader

All Known Implementing Classes:
EntityLoader, ProjectionLoader

public interface 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)
           
 

Method Detail

load

Object load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo)

load

List<Object> load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos)

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.