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.orm.loading.spi
Methods in org.hibernate.search.mapper.orm.loading.spi that return PojoRawTypeIdentifier -
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 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.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoRawTypeIdentifierModifier and TypeMethodDescriptionvoid
PojoIndexMappingCollectorValueNode.indexedEmbedded
(PojoRawTypeIdentifier<?> definingType, String relativePrefix, ObjectStructure structure, TreeFilterDefinition filterDefinition, boolean includeEmbeddedObjectId, Class<?> targetType) -
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.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.typeIdentifier
Methods 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 EventContext
PojoEventContexts.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.includes
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) 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.void
PojoIndexingPlan.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.void
PojoIndexingPlan.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.void
PojoIndexingPlan.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.void
PojoIndexingPlan.delete
(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity) Deprecated.UsetypeIfIncludedOrNull(typeIdentifier)
instead, then (if non-null).delete(...)
on the result.boolean
ConfiguredSearchIndexingPlanFilter.ExcludeAll.isIncluded
(PojoRawTypeIdentifier<?> typeIdentifier) boolean
ConfiguredSearchIndexingPlanFilter.Filter.isIncluded
(PojoRawTypeIdentifier<?> typeIdentifier) boolean
ConfiguredSearchIndexingPlanFilter.IncludeAll.isIncluded
(PojoRawTypeIdentifier<?> typeIdentifier) boolean
ConfiguredSearchIndexingPlanFilter.isIncluded
(PojoRawTypeIdentifier<?> typeIdentifier) PojoIndexingPlan.typeIfIncludedOrNull
(PojoRawTypeIdentifier<?> typeIdentifier) void
PojoIndexingPlan.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)
PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)
orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)
orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)
instead.