|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 EntityInfo s populated with
metadata and projection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |