Uses of Interface
org.hibernate.search.engine.backend.common.DocumentReference
-
Packages that use DocumentReference Package Description org.hibernate.search.engine.backend.common.spi org.hibernate.search.engine.search.loading.spi -
-
Uses of DocumentReference in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi with parameters of type DocumentReference Modifier and Type Method Description R
DocumentReferenceConverter. fromDocumentReference(DocumentReference reference)
-
Uses of DocumentReference in org.hibernate.search.engine.search.loading.spi
Methods in org.hibernate.search.engine.search.loading.spi with parameters of type DocumentReference Modifier and Type Method Description R
LoadingResult. convertReference(DocumentReference reference)
Convert a document reference to the reference specific to the mapper.Object
ProjectionHitMapper. planLoading(DocumentReference reference)
Plan the loading of an entity.
-