Uses of Interface
org.hibernate.search.engine.common.EntityReference
Packages that use EntityReference
Package
Description
-
Uses of EntityReference in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return EntityReferenceModifier and TypeMethodDescriptionEntityReferenceFactory.createEntityReference
(String typeName, Object identifier) static EntityReference
EntityReferenceFactory.safeCreateEntityReference
(EntityReferenceFactory factory, String typeName, Object identifier, Consumer<Exception> exceptionSink) Methods in org.hibernate.search.engine.backend.common.spi that return types with arguments of type EntityReferenceMethods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.failingEntityReference
(EntityReference reference) -
Uses of EntityReference in org.hibernate.search.engine.reporting
Methods in org.hibernate.search.engine.reporting that return types with arguments of type EntityReferenceMethods in org.hibernate.search.engine.reporting with parameters of type EntityReferenceModifier and TypeMethodDescriptionvoid
EntityIndexingFailureContext.Builder.failingEntityReference
(EntityReference entityReference) -
Uses of EntityReference in org.hibernate.search.engine.search.loading.spi
Methods in org.hibernate.search.engine.search.loading.spi that return EntityReferenceModifier 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
Subinterfaces of EntityReference in org.hibernate.search.mapper.orm.common -
Uses of EntityReference in org.hibernate.search.mapper.pojo.common.spi
Classes in org.hibernate.search.mapper.pojo.common.spi that implement EntityReferenceModifier and TypeClassDescriptionfinal class
A simple, default implementation forEntityReference
for POJO-based mappers.Methods in org.hibernate.search.mapper.pojo.common.spi that return EntityReferenceModifier 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
Methods in org.hibernate.search.mapper.pojo.mapping.spi with type parameters of type EntityReferenceModifier 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
Methods in org.hibernate.search.mapper.pojo.massindexing that return types with arguments of type EntityReferenceMethods in org.hibernate.search.mapper.pojo.massindexing with parameters of type EntityReferenceModifier and TypeMethodDescriptionvoid
MassIndexingEntityFailureContext.Builder.failingEntityReference
(EntityReference entityReference) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.scope.spi
Classes in org.hibernate.search.mapper.pojo.scope.spi with type parameters of type EntityReference -
Uses of EntityReference in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionList<? extends EntityReference>
SearchIndexingPlanExecutionReport.failingEntities()
EntityReference
instead.