org.infinispan.query.impl
Class EntityLoader

java.lang.Object
  extended by org.infinispan.query.impl.EntityLoader

public class EntityLoader
extends Object

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

Constructor Summary
EntityLoader(Cache<?,?> cache)
           
 
Method Summary
 List<Object> load(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(Cache<?,?> cache)
Method Detail

load

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

load

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

-->

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