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 RDocumentReferenceConverter. 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 RLoadingResult. convertReference(DocumentReference reference)Convert a document reference to the reference specific to the mapper.ObjectDefaultProjectionHitMapper. planLoading(DocumentReference reference)ObjectProjectionHitMapper. planLoading(DocumentReference reference)Plan the loading of an entity.
-