Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
-
-
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.automaticindexing.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <T> AutomaticIndexingIndexedTypeContextAutomaticIndexingTypeContextProvider. 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 PojoRawTypeIdentifier Constructor Description HibernateOrmEntityReference(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 PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<?>HibernateOrmListenerTypeContext. typeIdentifier()Methods in org.hibernate.search.mapper.orm.event.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description PojoTypeIndexingPlanHibernateOrmListenerContextProvider. currentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<E>LoadingTypeContext. typeIdentifier()Methods in org.hibernate.search.mapper.orm.loading.impl that return types with arguments of type PojoRawTypeIdentifier Modifier and Type Method Description List<PojoRawTypeIdentifier<? super E>>LoadingTypeContext. ascendingSuperTypes()Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <E> LoadingTypeContext<E>LoadingIndexedTypeContextProvider. forExactType(PojoRawTypeIdentifier<E> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description SearchExceptionLog_$logger. unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog. unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog_$logger. unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog. unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)Method parameters in org.hibernate.search.mapper.orm.logging.impl with type arguments of type PojoRawTypeIdentifier Modifier and Type Method Description SearchExceptionLog_$logger. unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog. unknownTypeIdentifierForIndexedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog_$logger. unknownTypeIdentifierForMappedEntityType(PojoRawTypeIdentifier<?> invalidTypeId, Collection<PojoRawTypeIdentifier<?>> validTypeIds)SearchExceptionLog. unknownTypeIdentifierForMappedEntityType(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 PojoRawTypeIdentifier Modifier and Type Method Description PojoTypeIndexingPlanHibernateOrmMapping. currentIndexingPlanIfTypeIncluded(org.hibernate.engine.spi.SessionImplementor session, PojoRawTypeIdentifier<?> typeIdentifier) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <T> PojoMassIndexingLoadingStrategy<? super T,?>HibernateOrmMassIndexingContext. loadingStrategy(PojoRawTypeIdentifier<T> expectedType) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return PojoRawTypeIdentifier Modifier and Type Method Description <T> PojoRawTypeIdentifier<? extends T>HibernateOrmRuntimeIntrospector. detectEntityType(T entity)PojoRawTypeIdentifier<?>HibernateOrmRawTypeIdentifierResolver. resolveByHibernateOrmEntityName(String entityName)<T> PojoRawTypeIdentifier<T>HibernateOrmRawTypeIdentifierResolver. resolveByJavaClass(Class<T> javaClass)PojoRawTypeIdentifier<?>HibernateOrmRawTypeIdentifierResolver. resolveByJpaOrHibernateOrmEntityName(String entityName) -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<E>HibernateOrmSessionTypeContext. typeIdentifier() -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<?>PojoImplicitReindexingAssociationInverseSideResolverRootContext. detectContainingEntityType(Object containingEntity)PojoRawTypeIdentifier<?>PojoImplicitReindexingResolverRootContext. detectContainingEntityType(Object containingEntity)Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description voidPojoReindexingCollector. 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 PojoRawTypeIdentifier Constructor Description PojoImplicitReindexingAssociationInverseSideResolverMarkingNode(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 PojoRawTypeIdentifier Modifier and Type Method Description EntityReferencePojoEntityReferenceFactoryDelegate. create(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id)Constructors in org.hibernate.search.mapper.pojo.common.spi with parameters of type PojoRawTypeIdentifier Constructor Description PojoEntityReference(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 PojoRawTypeIdentifier Constructor Description UnconfiguredIdentifierMapping(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 PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<E>PojoLoadingTypeContext. typeIdentifier() -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.logging.impl
-
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 PojoRawTypeIdentifier Modifier and Type Method Description voidPojoIndexMappingCollectorValueNode. 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 PojoRawTypeIdentifier Modifier and Type Field Description protected PojoRawTypeIdentifier<E>AbstractPojoTypeManager. typeIdentifierMethods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<E>AbstractPojoTypeManager. typeIdentifier()Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoRawTypeIdentifier Modifier and Type Method Description Set<PojoRawTypeIdentifier<?>>PojoTypeManagerContainer. allIndexedAndContainedTypes()Set<PojoRawTypeIdentifier<?>>PojoTypeManagerContainer. allIndexedSuperTypes()Set<PojoRawTypeIdentifier<?>>PojoTypeManagerContainer. allNonInterfaceSuperTypes()KeyValueProvider<String,PojoRawTypeIdentifier<?>>PojoTypeManagerContainer. typeIdentifierByEntityName()Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <E> Set<? extends PojoWorkTypeContext<?,? extends E>>PojoTypeManagerContainer. allByNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier)<E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>>PojoTypeManagerContainer. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier)<E> AbstractPojoTypeManager<?,E>PojoTypeManagerContainer. forExactType(PojoRawTypeIdentifier<E> typeIdentifier)<E> PojoIndexedTypeManager<?,E>PojoTypeManagerContainer. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Method parameters in org.hibernate.search.mapper.pojo.mapping.impl with type arguments of type PojoRawTypeIdentifier Modifier and Type Method Description <R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoMappingDelegateImpl. createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E,C> indexedTypeExtendedContextProvider)Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoRawTypeIdentifier Constructor Description AbstractPojoTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoContainedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoIndexedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, DocumentRouter<? super E> documentRouter, PojoPathOrdinals pathOrdinals, PojoIndexingProcessor<E> processor, MappedIndexManager indexManager, PojoImplicitReindexingResolver<E> reindexingResolver) -
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 PojoRawTypeIdentifier Modifier and Type Method Description <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.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<E>PojoMassIndexingIndexedTypeContext. typeIdentifier()Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return types with arguments of type PojoRawTypeIdentifier Modifier and Type Method Description Set<PojoRawTypeIdentifier<? extends E>>PojoMassIndexingIndexedTypeGroup. includedTypesIdentifiers()Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <E> Optional<? extends Set<? extends PojoMassIndexingIndexedTypeContext<? extends E>>>PojoMassIndexingTypeContextProvider. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier)<E> PojoMassIndexingIndexedTypeContext<E>PojoMassIndexingTypeContextProvider. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) -
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 PojoRawTypeIdentifier Modifier and Type Method Description Set<PojoRawTypeIdentifier<? extends E>>PojoMassIndexingEntityLoadingContext. includedTypes()Set<PojoRawTypeIdentifier<? extends E>>PojoMassIndexingIdentifierLoadingContext. includedTypes()Methods in org.hibernate.search.mapper.pojo.massindexing.spi with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <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 Modifier and Type Method Description PojoRawTypeIdentifier<?>PojoAdditionalMetadataCollectorTypeNode. typeIdentifier() -
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 PojoRawTypeIdentifier Constructor Description AbstractPojoHCAnnRawTypeModel(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 PojoRawTypeIdentifier Modifier and Type Field Description protected PojoRawTypeIdentifier<T>AbstractPojoRawTypeModel. typeIdentifierMethods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeIdentifier Modifier and Type Method Description <T> PojoRawTypeIdentifier<? extends T>PojoRuntimeIntrospector. detectEntityType(T entity)Detect the type of a given entity instance.static <T> PojoRawTypeIdentifier<T>PojoRawTypeIdentifier. of(Class<T> javaClass)static <T> PojoRawTypeIdentifier<T>PojoRawTypeIdentifier. of(Class<T> javaClass, String label)PojoRawTypeIdentifier<T>AbstractPojoRawTypeModel. typeIdentifier()PojoRawTypeIdentifier<T>PojoRawTypeModel. typeIdentifier()PojoRawTypeIdentifier<T>PojoTypeContext. typeIdentifier()Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeIdentifier Constructor Description AbstractPojoRawTypeModel(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 PojoRawTypeIdentifier Constructor Description PojoIndexedEmbeddedMappingElement(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 PojoRawTypeIdentifier Modifier and Type Method Description static 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 Modifier and Type Method Description PojoRawTypeIdentifier<?>PojoSchemaManagementIndexedTypeContext. typeIdentifier() -
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return types with arguments of type PojoRawTypeIdentifier Modifier and Type Method Description Set<PojoRawTypeIdentifier<?>>PojoScopeTypeContextProvider. allIndexedAndContainedTypes()Set<PojoRawTypeIdentifier<?>>PojoScopeTypeContextProvider. allIndexedSuperTypes()Set<PojoRawTypeIdentifier<?>>PojoScopeTypeContextProvider. allNonInterfaceSuperTypes()Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description <E> Set<? extends PojoWorkTypeContext<?,? extends E>>PojoScopeTypeContextProvider. allByNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier)<E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>>PojoScopeTypeContextProvider. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier)<E> PojoScopeIndexedTypeContext<?,E>PojoScopeTypeContextProvider. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Method parameters in org.hibernate.search.mapper.pojo.scope.impl with type arguments of type PojoRawTypeIdentifier 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 PojoRawTypeIdentifier in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description CPojoScopeTypeExtendedContextProvider. 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 PojoRawTypeIdentifier Modifier and Type Field Description protected Map<PojoRawTypeIdentifier<?>,PojoContainedTypeIndexingPlan<?,?>>PojoIndexingPlanImpl. containedTypeDelegatesprotected Map<PojoRawTypeIdentifier<?>,PojoIndexedTypeIndexingPlan<?,?>>PojoIndexingPlanImpl. indexedTypeDelegatesMethods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type PojoRawTypeIdentifier Modifier and Type Method Description KeyValueProvider<String,PojoRawTypeIdentifier<?>>PojoWorkTypeContextProvider. typeIdentifierByEntityName()Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description CompletableFuture<?>PojoIndexerImpl. 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.CompletableFuture<?>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.CompletableFuture<?>PojoIndexerImpl. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)CompletableFuture<?>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 PojoRawTypeIdentifier Constructor Description PojoDocumentContributor(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 PojoRawTypeIdentifier Modifier and Type Field Description protected Set<PojoRawTypeIdentifier<?>>ConfiguredSearchIndexingPlanFilter.Filter. includesMethods in org.hibernate.search.mapper.pojo.work.spi with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description default CompletableFuture<?>PojoIndexer. add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)CompletableFuture<?>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)CompletableFuture<?>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)CompletableFuture<?>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)CompletableFuture<?>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)PojoTypeIndexingPlanPojoIndexingPlan. 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 PojoRawTypeIdentifier Modifier and Type Method Description static ConfiguredSearchIndexingPlanFilterConfiguredSearchIndexingPlanFilter. create(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)
-