Uses of Interface
org.hibernate.search.query.engine.spi.EntityInfo

Packages that use EntityInfo
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
 

Uses of EntityInfo in org.hibernate.search.query.engine.impl
 

Classes in org.hibernate.search.query.engine.impl that implement EntityInfo
 class EntityInfoImpl
          Wrapper class describing the loading of an element.
 

Methods in org.hibernate.search.query.engine.impl that return EntityInfo
 EntityInfo DocumentExtractorImpl.extract(int scoreDocIndex)
           
 

Methods in org.hibernate.search.query.engine.impl that return types with arguments of type EntityInfo
 List<EntityInfo> HSQueryImpl.queryEntityInfos()
           
 

Uses of EntityInfo in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi that return EntityInfo
 EntityInfo DocumentExtractor.extract(int index)
           
 

Methods in org.hibernate.search.query.engine.spi that return types with arguments of type EntityInfo
 List<EntityInfo> HSQuery.queryEntityInfos()
          Execute the Lucene query and return the list of EntityInfos populated with metadata and projection.
 



Copyright © 2006-2012 Hibernate. All Rights Reserved.