Uses of Interface
org.hibernate.search.engine.common.EntityReference
-
-
Uses of EntityReference in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return EntityReference Modifier and Type Method Description EntityReferenceEntityReferenceFactory. 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 EntityReference Modifier and Type Method Description List<EntityReference>MultiEntityOperationExecutionReport. failingEntityReferences()Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReference Modifier and Type Method Description MultiEntityOperationExecutionReport.BuilderMultiEntityOperationExecutionReport.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 EntityReference Modifier and Type Method Description List<EntityReference>EntityIndexingFailureContext. failingEntityReferences()Methods in org.hibernate.search.engine.reporting with parameters of type EntityReference Modifier and Type Method Description voidEntityIndexingFailureContext.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 EntityReference Modifier and Type Method Description EntityReferenceLoadingResult. 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 Modifier and Type Interface Description interfaceEntityReferenceDeprecated.UseEntityReferenceinstead. -
Uses of EntityReference in org.hibernate.search.mapper.orm.common.impl
Classes in org.hibernate.search.mapper.orm.common.impl that implement EntityReference Modifier and Type Class Description classHibernateOrmEntityReferenceDeprecated.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 EntityReference Modifier and Type Class Description classPojoEntityReferenceA simple, default implementation forEntityReferencefor POJO-based mappers.Methods in org.hibernate.search.mapper.pojo.common.spi that return EntityReference Modifier and Type Method Description EntityReferencePojoEntityReferenceFactoryDelegate. create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)static EntityReferencePojoEntityReference. withDefaultName(Class<?> javaClass, Object id)static EntityReferencePojoEntityReference. withName(Class<?> javaClass, String entityName, Object id) -
Uses of EntityReference in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type EntityReference Modifier and Type Method Description SearchExceptionLog_$logger. errorBuildingDocument(EntityReference entityReference, String message, Exception e)SearchExceptionLog. errorBuildingDocument(EntityReference entityReference, String message, Exception e)SearchExceptionLog_$logger. errorResolvingEntitiesToReindex(EntityReference entityReference, String message, Exception e)SearchExceptionLog. 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 EntityReference Modifier and Type Method Description <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) -
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 EntityReference Modifier and Type Method Description <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) -
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 EntityReference Modifier and Type Method Description List<EntityReference>MassIndexingEntityFailureContext. failingEntityReferences()Methods in org.hibernate.search.mapper.pojo.massindexing with parameters of type EntityReference Modifier and Type Method Description voidMassIndexingEntityFailureContext.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 EntityReference Modifier and Type Method Description EntityReferencePojoMassIndexingIndexedTypeGroup. extractReference(PojoMassIndexingSessionContext sessionContext, Object entity)EntityReferencePojoMassIndexingIndexedTypeGroup. 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 EntityReference Modifier and Type Class Description classPojoScopeDelegateImpl<R extends EntityReference,E,C>Methods in org.hibernate.search.mapper.pojo.scope.impl with type parameters of type EntityReference Modifier and Type Method Description static <R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoScopeDelegateImpl. create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, 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 Modifier and Type Interface Description interfacePojoScopeDelegate<R extends EntityReference,E,C> -
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 EntityReference Modifier and Type Method Description List<? 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 Modifier and Type Method Description List<EntityReference>DelegatingSearchIndexingPlanExecutionReport. failingEntities()
-