Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
Packages that use PojoRawTypeIdentifier
Package
Description
Externalizers for several Lucene objects.
-
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.automaticindexing.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionAutomaticIndexingTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<T> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.common.impl
Constructors in org.hibernate.search.mapper.orm.common.impl with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionHibernateOrmEntityReference(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) Deprecated. -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoRawTypeIdentifierMethods in org.hibernate.search.mapper.orm.event.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionHibernateOrmListenerContextProvider.currentIndexingPlanIfTypeIncluded(SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.loading.spi
Methods in org.hibernate.search.mapper.orm.loading.spi that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Method parameters in org.hibernate.search.mapper.orm.logging.impl with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionHibernateOrmMapping.currentIndexingPlanIfTypeIncluded(SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return PojoRawTypeIdentifierModifier and TypeMethodDescription<T> PojoRawTypeIdentifier<? extends T>HibernateOrmRuntimeIntrospector.detectEntityType(T entity) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoImplicitReindexingAssociationInverseSideResolverRootContext.detectContainingEntityType(Object containingEntity) PojoImplicitReindexingResolverRootContext.detectContainingEntityType(Object containingEntity) Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionvoidPojoReindexingCollector.updateBecauseOfContained(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity) voidPojoReindexingAssociationInverseSideCollector.updateBecauseOfContainedAssociation(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity, int dirtyAssociationPathOrdinal) Constructor parameters in org.hibernate.search.mapper.pojo.automaticindexing.impl with type arguments of type PojoRawTypeIdentifierModifierConstructorDescriptionPojoImplicitReindexingAssociationInverseSideResolverMarkingNode(Map<PojoRawTypeIdentifier<?>, PojoPathOrdinalReference> inverseSidePathOrdinalByType) -
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.identity.impl
Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionUnconfiguredIdentifierMapping(PojoRawTypeIdentifier<E> typeIdentifier) UnmappedPropertyIdentifierMapping(PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<? super I> caster, ValueReadHandle<I> property) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoRawTypeIdentifierMethods in org.hibernate.search.mapper.pojo.loading.spi that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionList<PojoRawTypeIdentifier<? super E>>PojoLoadingTypeContext.ascendingSuperTypes()Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescription<E> PojoLoadingTypeContext<E>PojoLoadingTypeContextProvider.forExactType(PojoRawTypeIdentifier<E> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.attemptToCreateIndexingPlanForExcludedType(PojoRawTypeIdentifier<?> typeIdentifier) Log.attemptToCreateIndexingPlanForExcludedType(PojoRawTypeIdentifier<?> typeIdentifier) final SearchExceptionLog_$logger.cannotWorkWithIdentifierBecauseUnconfiguredIdentifierMapping(PojoRawTypeIdentifier<?> typeIdentifier) Log.cannotWorkWithIdentifierBecauseUnconfiguredIdentifierMapping(PojoRawTypeIdentifier<?> typeIdentifier) final SearchExceptionLog_$logger.indexingPlanFilterCannotIncludeExcludeSameType(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) Log.indexingPlanFilterCannotIncludeExcludeSameType(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) final SearchExceptionLog_$logger.unknownNonInterfaceSuperTypeIdentifier(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> availableTypeIdentifiers) Log.unknownNonInterfaceSuperTypeIdentifier(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> availableTypeIdentifiers) final SearchExceptionLog_$logger.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) final SearchExceptionLog_$logger.unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.indexingPlanFilterCannotIncludeExcludeSameType(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) Log.indexingPlanFilterCannotIncludeExcludeSameType(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) final SearchExceptionLog_$logger.invalidIndexedSuperTypes(Collection<PojoRawTypeIdentifier<?>> nonIndexedTypes, Collection<PojoRawTypeIdentifier<?>> validSuperTypes) Log.invalidIndexedSuperTypes(Collection<PojoRawTypeIdentifier<?>> nonIndexedTypes, Collection<PojoRawTypeIdentifier<?>> validSuperTypes) final SearchExceptionLog_$logger.unknownNonInterfaceSuperTypeIdentifier(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> availableTypeIdentifiers) Log.unknownNonInterfaceSuperTypeIdentifier(PojoRawTypeIdentifier<?> typeIdentifier, Set<PojoRawTypeIdentifier<?>> availableTypeIdentifiers) final SearchExceptionLog_$logger.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) final SearchExceptionLog_$logger.unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) Log.unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds) -
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.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as PojoRawTypeIdentifierModifier and TypeFieldDescriptionprotected final PojoRawTypeIdentifier<E>AbstractPojoTypeManager.typeIdentifierMethods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoRawTypeIdentifierModifier and TypeMethodDescription<E> PojoRawTypeIdentifier<E>PojoTypeManagerContainer.nonInterfaceSuperTypeIdentifierForClass(Class<E> clazz) final PojoRawTypeIdentifier<E>AbstractPojoTypeManager.typeIdentifier()Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoTypeManagerContainer.allIndexedAndContainedTypes()PojoTypeManagerContainer.allNonInterfaceSuperTypes()final List<PojoRawTypeIdentifier<? super E>>AbstractPojoTypeManager.ascendingSuperTypes()PojoTypeManagerContainer.nonInterfaceSuperTypeIdentifierByEntityName()PojoTypeManagerContainer.typeIdentifierByEntityName()PojoTypeManagerContainer.typeIdentifierBySecondaryEntityName()Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescription<E> AbstractPojoTypeManager<?,E> PojoTypeManagerContainer.forExactType(PojoRawTypeIdentifier<E> typeIdentifier) <E> Set<? extends PojoWorkTypeContext<?,? extends E>> PojoTypeManagerContainer.forNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier) <E> PojoIndexedTypeManager<?,E> PojoTypeManagerContainer.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) <E> Optional<? extends Set<? extends PojoIndexedTypeManager<?,? extends E>>> PojoTypeManagerContainer.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) Method parameters in org.hibernate.search.mapper.pojo.mapping.impl with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescription<R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Deprecated.<E> Set<? extends PojoIndexedTypeManager<?,? extends E>> PojoTypeManagerContainer.indexedForSuperTypes(Collection<? extends PojoRawTypeIdentifier<? extends E>> typeIdentifiers) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoRawTypeIdentifierResolver.typeIdentifierByEntityName()PojoRawTypeIdentifierResolver.typeIdentifierBySecondaryEntityName()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) Deprecated. -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoMassIndexingTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) <E> Optional<? extends Set<? extends PojoMassIndexingIndexedTypeContext<? extends E>>>PojoMassIndexingTypeContextProvider.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) -
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) PojoSimpleHCAnnRawTypeModel(AbstractPojoHCAnnBootstrapIntrospector 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.processing.building.impl
Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionPojoIndexedEmbeddedMappingElement(PojoRawTypeIdentifier<?> declaringType, String declaringPropertyName, String relativePrefix) -
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 EventContextPojoEventContexts.fromType(PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.schema.management.impl
Methods in org.hibernate.search.mapper.pojo.schema.management.impl that return PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoRawTypeIdentifierModifier and TypeMethodDescription<E> PojoRawTypeIdentifier<E>PojoScopeTypeContextProvider.nonInterfaceSuperTypeIdentifierForClass(Class<E> clazz) Methods in org.hibernate.search.mapper.pojo.scope.impl that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoScopeTypeContextProvider.allIndexedAndContainedTypes()PojoScopeTypeContextProvider.allNonInterfaceSuperTypes()PojoScopeTypeContextProvider.nonInterfaceSuperTypeIdentifierByEntityName()Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescription<E> Set<? extends PojoWorkTypeContext<?,? extends E>> PojoScopeTypeContextProvider.forNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier) <E> PojoScopeIndexedTypeContext<?,E> PojoScopeTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) <E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>> PojoScopeTypeContextProvider.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) Method parameters in org.hibernate.search.mapper.pojo.scope.impl with type arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescription<E> Set<? extends PojoScopeIndexedTypeContext<?,? extends E>> PojoScopeTypeContextProvider.indexedForSuperTypes(Collection<? extends PojoRawTypeIdentifier<? extends E>> typeIdentifiers) -
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.impl
Fields in org.hibernate.search.mapper.pojo.work.impl with type parameters of type PojoRawTypeIdentifierModifier and TypeFieldDescriptionprotected final Map<PojoRawTypeIdentifier<?>,PojoContainedTypeIndexingPlan<?, ?>> PojoIndexingPlanImpl.containedTypeDelegatesprotected final Map<PojoRawTypeIdentifier<?>,PojoIndexedTypeIndexingPlan<?, ?>> PojoIndexingPlanImpl.indexedTypeDelegatesMethods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoIndexerImpl.add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) voidPojoIndexingPlanImpl.add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity) Deprecated.PojoIndexerImpl.addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) voidPojoIndexingPlanImpl.addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, boolean forceSelfDirty, boolean forceContainingDirty, BitSet dirtyPaths) Deprecated.voidPojoIndexingPlanImpl.addOrUpdateOrDelete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, boolean forceSelfDirty, boolean forceContainingDirty, BitSet dirtyPaths) Deprecated.PojoIndexerImpl.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) PojoIndexerImpl.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter) voidPojoIndexingPlanImpl.delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity) Deprecated.<E> PojoWorkTypeContext<?,E> PojoWorkTypeContextProvider.forExactType(PojoRawTypeIdentifier<E> typeIdentifier) <E> PojoWorkIndexedTypeContext<?,E> PojoWorkTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) org.hibernate.search.mapper.pojo.work.impl.AbstractPojoTypeIndexingPlan<?,?, ?> PojoIndexingPlanImpl.typeIfIncludedOrNull(PojoRawTypeIdentifier<?> typeIdentifier) voidPojoIndexingPlanImpl.updateAssociationInverseSide(PojoRawTypeIdentifier<?> typeIdentifier, BitSet dirtyAssociationPaths, Object[] oldState, Object[] newState) Deprecated.voidPojoIndexingPlanImpl.updateBecauseOfContained(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity) voidPojoIndexingPlanImpl.updateBecauseOfContainedAssociation(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity, int dirtyAssociationPathOrdinal) Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionPojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier) -
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) 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) -
Uses of PojoRawTypeIdentifier in org.infinispan.query.impl.externalizers
Methods in org.infinispan.query.impl.externalizers that return PojoRawTypeIdentifierModifier and TypeMethodDescriptionPojoRawTypeIdentifierExternalizer.readObject(ObjectInput input) Methods in org.infinispan.query.impl.externalizers that return types with arguments of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionSet<Class<? extends PojoRawTypeIdentifier>>PojoRawTypeIdentifierExternalizer.getTypeClasses()Methods in org.infinispan.query.impl.externalizers with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionvoidPojoRawTypeIdentifierExternalizer.writeObject(ObjectOutput output, PojoRawTypeIdentifier object) -
Uses of PojoRawTypeIdentifier in org.infinispan.search.mapper.common.impl
Constructors in org.infinispan.search.mapper.common.impl with parameters of type PojoRawTypeIdentifierModifierConstructorDescriptionEntityReferenceImpl(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) -
Uses of PojoRawTypeIdentifier in org.infinispan.search.mapper.mapping
Methods in org.infinispan.search.mapper.mapping that return types with arguments of type PojoRawTypeIdentifier -
Uses of PojoRawTypeIdentifier in org.infinispan.search.mapper.model.impl
Methods in org.infinispan.search.mapper.model.impl that return PojoRawTypeIdentifierModifier and TypeMethodDescription<T> PojoRawTypeIdentifier<? extends T>InfinispanRuntimeIntrospector.detectEntityType(T entity) -
Uses of PojoRawTypeIdentifier in org.infinispan.search.mapper.scope.impl
Constructor parameters in org.infinispan.search.mapper.scope.impl with type arguments of type PojoRawTypeIdentifierModifierConstructorDescriptionSearchScopeImpl(BackendMappingContext mappingContext, PojoScopeDelegate<EntityReference, E, PojoRawTypeIdentifier<? extends E>> delegate, EntityLoaderFactory<E> entityLoader) -
Uses of PojoRawTypeIdentifier in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return PojoRawTypeIdentifierMethods in org.infinispan.search.mapper.session.impl that return types with arguments of type PojoRawTypeIdentifier
PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)instead.