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.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.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with type parameters of type EntityReferenceModifier and TypeMethodDescription<SR,R extends EntityReference, C>
Optional<PojoScopeDelegate<SR, R, Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, Class<SR> rootScope, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <SR,R extends EntityReference, E, C>
PojoScopeDelegate<SR, R, E, C> PojoMappingDelegate.createPojoScope(PojoScopeMappingContext mappingContext, Class<SR> rootScope, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Deprecated.UsePojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, Class, PojoScopeTypeExtendedContextProvider)instead.<SR,R extends EntityReference, E, C>
PojoScopeDelegate<SR, R, E, C> PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext mappingContext, Class<SR> rootScope, Collection<? extends Class<? extends E>> classes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Creates aPojoScopeDelegatelimited to indexed entity types among the given classes and their subtypes.<SR,R extends EntityReference, E, C>
PojoScopeDelegate<SR, R, E, C> PojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext mappingContext, Class<SR> rootScope, 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.scope.spi
Classes in org.hibernate.search.mapper.pojo.scope.spi with type parameters of type EntityReferenceModifier and TypeInterfaceDescriptioninterfacePojoScopeDelegate<SR,R extends EntityReference, E, C> -
Uses of EntityReference in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.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.TypedSearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope. -
Uses of EntityReference in org.hibernate.search.mapper.pojo.standalone.session
Methods in org.hibernate.search.mapper.pojo.standalone.session that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptiondefault <T> SearchQuerySelectStep<NonStaticMetamodelScope, ?, EntityReference, T, ?, ?, ?> Initiate the building of a search query.<T> SearchQuerySelectStep<NonStaticMetamodelScope, ?, EntityReference, T, ?, ?, ?> SearchSession.search(Collection<? extends Class<? extends T>> classes) Initiate the building of a search query.<T> SearchQuerySelectStep<?, ?, EntityReference, T, ?, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, ?, ?, ?> SearchSession.search(StandalonePojoRootReferenceScope<SR, T> scope) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, ?, ?, ?> SearchSession.search(TypedSearchScope<SR, T> scope) Initiate the building of a search query. -
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()
EntityReferenceinstead.