Uses of Class
org.jboss.cache.search.CacheEntityId

Uses of CacheEntityId in org.jboss.cache.search
 

Methods in org.jboss.cache.search with parameters of type CacheEntityId
 Object CacheEntityLoader.load(CacheEntityId id)
          Takes a list of entity ids and gets them from the cache.
 

Method parameters in org.jboss.cache.search with type arguments of type CacheEntityId
 List<Object> CacheEntityLoader.load(List<CacheEntityId> ids)
          Takes a list of entity ids and gets them from the cache.
 

Constructor parameters in org.jboss.cache.search with type arguments of type CacheEntityId
QueryResultIteratorImpl(List<CacheEntityId> idList, CacheEntityLoader entityLoader, int fetchSize)
           
 



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