Uses of Interface
org.hibernate.search.engine.common.EntityReference
Package
Description
-
Uses of EntityReference in org.hibernate.search.engine.backend.common.spi
Modifier and TypeMethodDescriptionEntityReferenceFactory.createEntityReference
(String typeName, Object identifier) static EntityReference
EntityReferenceFactory.safeCreateEntityReference
(EntityReferenceFactory factory, String typeName, Object identifier, Consumer<Exception> exceptionSink) Modifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.failingEntityReference
(EntityReference reference) -
Uses of EntityReference in org.hibernate.search.engine.reporting
Modifier and TypeMethodDescriptionvoid
EntityIndexingFailureContext.Builder.failingEntityReference
(EntityReference entityReference) -
Uses of EntityReference in org.hibernate.search.engine.search.loading.spi
Modifier and TypeMethodDescriptionLoadingResult.convertReference
(DocumentReference reference) Convert a document reference to the reference specific to the mapper. -
Uses of EntityReference in org.hibernate.search.mapper.orm.common
-
Uses of EntityReference in org.hibernate.search.mapper.pojo.common.spi
Modifier and TypeClassDescriptionfinal class
A simple, default implementation forEntityReference
for POJO-based mappers.Modifier and TypeMethodDescriptionPojoEntityReferenceFactoryDelegate.create
(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) static EntityReference
PojoEntityReference.withDefaultName
(Class<?> javaClass, Object id) static EntityReference
-
Uses of EntityReference in org.hibernate.search.mapper.pojo.mapping.spi
Modifier and TypeMethodDescription<R extends EntityReference,
C>
Optional<PojoScopeDelegate<R, Object, C>> PojoMappingDelegate.createPojoAllScope
(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <R extends EntityReference,
E, C>
PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScope
(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Deprecated.UsePojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)
orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)
orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)
instead.<R extends EntityReference,
E, C>
PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScopeForClasses
(PojoScopeMappingContext mappingContext, Collection<? extends Class<? extends E>> classes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Creates aPojoScopeDelegate
limited to indexed entity types among the given classes and their subtypes.<R extends EntityReference,
E, C>
PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScopeForEntityNames
(PojoScopeMappingContext mappingContext, Class<E> expectedSuperType, Collection<String> entityNames, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Creates aPojoScopeDelegate
limited to indexed entity types among the entities with the given names and their subtypes. -
Uses of EntityReference in org.hibernate.search.mapper.pojo.massindexing
Modifier and TypeMethodDescriptionvoid
MassIndexingEntityFailureContext.Builder.failingEntityReference
(EntityReference entityReference) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.scope.spi
-
Uses of EntityReference in org.hibernate.search.mapper.pojo.work
Modifier and TypeMethodDescriptionList
<? extends EntityReference> SearchIndexingPlanExecutionReport.failingEntities()
EntityReference
instead.