Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query.impl
Class EntityLoader

java.lang.Object
  extended by org.infinispan.query.impl.EntityLoader
All Implemented Interfaces:
QueryResultLoader

public class EntityLoader
extends Object
implements QueryResultLoader

Since:
5.0
Author:
Sanne Grinovero (C) 2011 Red Hat Inc., Marko Luksa

Constructor Summary
EntityLoader(AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler)
           
 
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
 

Constructor Detail

EntityLoader

public EntityLoader(AdvancedCache<?,?> cache,
                    KeyTransformationHandler keyTransformationHandler)
Method Detail

load

public Object load(org.hibernate.search.query.engine.spi.EntityInfo entityInfo)
Specified by:
load in interface QueryResultLoader

load

public List<Object> load(Collection<org.hibernate.search.query.engine.spi.EntityInfo> entityInfos)
Specified by:
load in interface QueryResultLoader

Infinispan Distribution 5.2.6.Final-redhat-2

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