Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
-
-
Uses of PojoRawTypeIdentifier in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi that return PojoRawTypeIdentifier Modifier and Type Method Description PojoRawTypeIdentifier<?>
BatchTypeIdentifierProvider. typeIdentifierForEntityName(String hibernateOrmEntityName)
-
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.mapping.spi
Method parameters in org.hibernate.search.mapper.pojo.mapping.spi with type arguments of type PojoRawTypeIdentifier Modifier and Type Method Description <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 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. typeIdentifier
Methods 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()
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.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoRawTypeIdentifier Modifier and Type Method Description static 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 PojoRawTypeIdentifier Modifier and Type Method Description C
PojoScopeTypeExtendedContextProvider. 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 PojoRawTypeIdentifier Modifier and Type Method Description CompletableFuture<?>
PojoIndexer. add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
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)
Add an entity to the index, assuming that the entity is absent from the index.CompletableFuture<?>
PojoIndexer. addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
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)
Consider an entity updated, and perform reindexing of this entity as well as containing entities as necessary, taking into accountdirtyPaths
,forceSelfDirty
andforceContainingDirty
.void
PojoIndexingPlan. 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
,forceSelfDirty
andforceContainingDirty
.CompletableFuture<?>
PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
Delete an entity from the index.CompletableFuture<?>
PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
Purge an entity from the index.void
PojoIndexingPlan. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity)
Delete an entity from the index.void
PojoIndexingPlan. 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.
-