Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
Packages that use PojoRawTypeIdentifier
Package
Description
-
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.mapping.spi
Method parameters in org.hibernate.search.mapper.pojo.mapping.spi with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescription<R,E, C> PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionSet<PojoRawTypeIdentifier<? extends E>>PojoMassIndexingEntityLoadingContext.includedTypes()Set<PojoRawTypeIdentifier<? extends E>>PojoMassIndexingIdentifierLoadingContext.includedTypes()Methods in org.hibernate.search.mapper.pojo.massindexing.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescription<T> PojoMassIndexingLoadingStrategy<? super T,?> PojoMassIndexingContext.loadingStrategy(PojoRawTypeIdentifier<T> expectedType) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.model.hcann.spi
Constructors in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionAbstractPojoHCAnnRawTypeModel(I introspector, PojoRawTypeIdentifier<T> typeIdentifier, GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T> rawTypeDeclaringContext) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.model.spi
Fields in org.hibernate.search.mapper.pojo.model.spi declared as PojoRawTypeIdentifierModifier and TypeFieldDescriptionprotected final PojoRawTypeIdentifier<T>AbstractPojoRawTypeModel.typeIdentifierMethods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeIdentifierModifier and TypeMethodDescription<T> PojoRawTypeIdentifier<? extends T>PojoRuntimeIntrospector.detectEntityType(T entity) Detect the type of a given entity instance.static <T> PojoRawTypeIdentifier<T>static <T> PojoRawTypeIdentifier<T>final PojoRawTypeIdentifier<T>AbstractPojoRawTypeModel.typeIdentifier()PojoRawTypeModel.typeIdentifier()PojoTypeContext.typeIdentifier()Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionAbstractPojoRawTypeModel(I introspector, PojoRawTypeIdentifier<T> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionstatic org.hibernate.search.util.common.reporting.EventContextPojoEventContexts.fromType(PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoScopeTypeExtendedContextProvider.forExactType(PojoRawTypeIdentifier<? extends E> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptiondefault CompletableFuture<?>PojoIndexer.add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) Deprecated.PojoIndexer.add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Add an entity to the index, assuming that the entity is absent from the index.voidPojoIndexingPlan.add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity) Add an entity to the index, assuming that the entity is absent from the index.default CompletableFuture<?>PojoIndexer.addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoIndexer.addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Update an entity in the index, or add it if it's absent from the index.voidPojoIndexingPlan.addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, boolean forceSelfDirty, boolean forceContainingDirty, BitSet dirtyPaths) Consider an entity updated, and perform reindexing of this entity as well as containing entities as necessary, taking into accountdirtyPaths,forceSelfDirtyandforceContainingDirty.voidPojoIndexingPlan.addOrUpdateOrDelete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, boolean forceSelfDirty, boolean forceContainingDirty, BitSet dirtyPaths) Consider an entity added, updated, or deleted, depending on the result of loading it by ID, and perform reindexing of this entity as well as containing entities as necessary, taking into accountdirtyPaths,forceSelfDirtyandforceContainingDirty.default CompletableFuture<?>PojoIndexer.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoIndexer.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Delete an entity from the index.default CompletableFuture<?>PojoIndexer.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoIndexer.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) Purge an entity from the index.voidPojoIndexingPlan.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity) Delete an entity from the index.voidPojoIndexingPlan.updateAssociationInverseSide(PojoRawTypeIdentifier<?> typeIdentifier, BitSet dirtyAssociationPaths, Object[] oldState, Object[] newState) Consider an association updated with the given entities removed, and perform reindexing of the relevant entities on the inverse side of that association as necessary.
PojoIndexer.add(PojoRawTypeIdentifier, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter)instead.