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.common.spi
Methods in org.hibernate.search.mapper.pojo.common.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoEntityReferenceFactoryDelegate.create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) Constructors in org.hibernate.search.mapper.pojo.common.spi with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionPojoEntityReference(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) -
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 with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionvoidPojoIndexMappingCollectorValueNode.indexedEmbedded(PojoRawTypeIdentifier<?> definingType, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filterDefinition, boolean includeEmbeddedObjectId, Class<?> targetType) -
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 extends EntityReference,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
Fields in org.hibernate.search.mapper.pojo.work.spi with type parameters of type PojoRawTypeIdentifierModifier and TypeFieldDescriptionprotected final Set<PojoRawTypeIdentifier<?>>ConfiguredSearchIndexingPlanFilter.Filter.includesMethods 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) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).add(...)on the result.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) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).addOrUpdate(...)on the result.voidPojoIndexingPlan.addOrUpdateOrDelete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, boolean forceSelfDirty, boolean forceContainingDirty, BitSet dirtyPaths) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).addOrUpdateOrDelete(...)on the result.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) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).delete(...)on the result.booleanConfiguredSearchIndexingPlanFilter.ExcludeAll.isIncluded(PojoRawTypeIdentifier<?> typeIdentifier) booleanConfiguredSearchIndexingPlanFilter.Filter.isIncluded(PojoRawTypeIdentifier<?> typeIdentifier) booleanConfiguredSearchIndexingPlanFilter.IncludeAll.isIncluded(PojoRawTypeIdentifier<?> typeIdentifier) booleanConfiguredSearchIndexingPlanFilter.isIncluded(PojoRawTypeIdentifier<?> typeIdentifier) PojoIndexingPlan.typeIfIncludedOrNull(PojoRawTypeIdentifier<?> typeIdentifier) voidPojoIndexingPlan.updateAssociationInverseSide(PojoRawTypeIdentifier<?> typeIdentifier, BitSet dirtyAssociationPaths, Object[] oldState, Object[] newState) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)instead, then (if non-null).updateAssociationInverseSide(...)on the result.Method parameters in org.hibernate.search.mapper.pojo.work.spi with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionConfiguredSearchIndexingPlanFilter.create(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)
PojoIndexer.add(PojoRawTypeIdentifier, Object, DocumentRoutesDescriptor, Object, DocumentCommitStrategy, DocumentRefreshStrategy, OperationSubmitter)instead.