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 EntityReferenceEntityReferenceFactory.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 TypeMethodDescriptionvoidEntityIndexingFailureContext.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.orm.common.impl
Classes in org.hibernate.search.mapper.orm.common.impl that implement EntityReferenceModifier and TypeClassDescriptionfinal classDeprecated.Wherever possible, usePojoEntityReferenceinstead. -
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 classA simple, default implementation forEntityReferencefor 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 EntityReferencePojoEntityReference.withDefaultName(Class<?> javaClass, Object id) static EntityReference -
Uses of EntityReference in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type EntityReferenceModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.errorBuildingDocument(EntityReference entityReference, String message, Exception e) Log.errorBuildingDocument(EntityReference entityReference, String message, Exception e) final SearchExceptionLog_$logger.errorResolvingEntitiesToReindex(EntityReference entityReference, String message, Exception e) Log.errorResolvingEntitiesToReindex(EntityReference entityReference, String message, Exception e) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with type parameters of type EntityReferenceModifier and TypeMethodDescription<R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object, C>> PojoMappingDelegateImpl.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Deprecated.<R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScopeForClasses(PojoScopeMappingContext mappingContext, Collection<? extends Class<? extends E>> classes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScopeForEntityNames(PojoScopeMappingContext mappingContext, Class<E> expectedSuperType, Collection<String> entityNames, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) -
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 aPojoScopeDelegatelimited 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 aPojoScopeDelegatelimited 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 TypeMethodDescriptionvoidMassIndexingEntityFailureContext.Builder.failingEntityReference(EntityReference entityReference) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return EntityReferenceModifier and TypeMethodDescriptionPojoMassIndexingIndexedTypeGroup.extractReference(PojoMassIndexingSessionContext sessionContext, Object entity) PojoMassIndexingIndexedTypeGroup.makeSuperTypeReference(Object identifier) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.scope.impl
Classes in org.hibernate.search.mapper.pojo.scope.impl with type parameters of type EntityReferenceModifier and TypeClassDescriptionfinal classPojoScopeDelegateImpl<R extends EntityReference,E, C> Methods in org.hibernate.search.mapper.pojo.scope.impl with type parameters of type EntityReferenceModifier and TypeMethodDescriptionstatic <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoScopeDelegateImpl.create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Set<? extends PojoScopeIndexedTypeContext<?, ? extends E>> targetedTypeContexts, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) -
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() -
Uses of EntityReference in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type EntityReference -
Uses of EntityReference in org.infinispan.query.logging
Methods in org.infinispan.query.logging with parameters of type EntityReferenceModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.massIndexingEntityFailures(long finalFailureCount, EntityReference firstFailureEntity, String firstFailureMessage, Throwable firstFailure) Log.massIndexingEntityFailures(long finalFailureCount, EntityReference firstFailureEntity, String firstFailureMessage, Throwable firstFailure) -
Uses of EntityReference in org.infinispan.search.mapper.common.impl
Classes in org.infinispan.search.mapper.common.impl that implement EntityReferenceMethods in org.infinispan.search.mapper.common.impl that return EntityReferenceModifier and TypeMethodDescriptionstatic EntityReferenceEntityReferenceImpl.withDefaultName(Class<?> type, Object id) -
Uses of EntityReference in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl that return EntityReferenceModifier and TypeMethodDescriptionInfinispanMapping.createEntityReference(String typeName, Object identifier) -
Uses of EntityReference in org.infinispan.search.mapper.scope
Methods in org.infinispan.search.mapper.scope that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionSearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope. -
Uses of EntityReference in org.infinispan.search.mapper.scope.impl
Methods in org.infinispan.search.mapper.scope.impl that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionSearchScopeImpl.projection()SearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> SearchScopeImpl.search(PojoScopeSessionContext sessionContext) Constructor parameters in org.infinispan.search.mapper.scope.impl with type arguments of type EntityReferenceModifierConstructorDescriptionSearchScopeImpl(BackendMappingContext mappingContext, PojoScopeDelegate<EntityReference, E, PojoRawTypeIdentifier<? extends E>> delegate, EntityLoaderFactory<E> entityLoader) -
Uses of EntityReference in org.infinispan.search.mapper.session
Methods in org.infinispan.search.mapper.session that return types with arguments of type EntityReferenceModifier and TypeMethodDescription<E> SearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> SearchSession.search(SearchScope<E> scope) Initiate the building of a search query. -
Uses of EntityReference in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return types with arguments of type EntityReferenceModifier and TypeMethodDescription<E> SearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> InfinispanSearchSession.search(SearchScope<E> scope)
EntityReferenceinstead.