Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
Packages that use PojoScopeDelegate
Package
Description
-
Uses of PojoScopeDelegate in org.hibernate.search.mapper.orm.scope.impl
Constructors in org.hibernate.search.mapper.orm.scope.impl with parameters of type PojoScopeDelegateModifierConstructorDescriptionSearchScopeImpl(HibernateOrmScopeMappingContext mappingContext, TenancyConfiguration tenancyConfiguration, PojoScopeDelegate<EntityReference, E, SearchIndexedEntity<? extends E>> delegate) -
Uses of PojoScopeDelegate in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoScopeDelegateModifier 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.<R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScopeForClasses(PojoScopeMappingContext mappingContext, Collection<? extends Class<? extends E>> classes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegateImpl.createPojoScopeForEntityNames(PojoScopeMappingContext mappingContext, Class<E> expectedSuperType, Collection<String> entityNames, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoScopeDelegateModifier and TypeMethodDescription<R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object, C>> PojoMappingDelegateImpl.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeDelegate in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return PojoScopeDelegateModifier 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.<R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext mappingContext, Collection<? extends Class<? extends E>> classes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Creates aPojoScopeDelegatelimited to indexed entity types among the given classes and their subtypes.<R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext mappingContext, Class<E> expectedSuperType, Collection<String> entityNames, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Creates aPojoScopeDelegatelimited to indexed entity types among the entities with the given names and their subtypes.Methods in org.hibernate.search.mapper.pojo.mapping.spi that return types with arguments of type PojoScopeDelegateModifier and TypeMethodDescription<R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeDelegate in org.hibernate.search.mapper.pojo.massindexing.impl
Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoScopeDelegateModifierConstructorDescriptionPojoDefaultMassIndexer(PojoMassIndexingContext massIndexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate) PojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoMassIndexingContext massIndexingContext, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate, MassIndexingEnvironment environment, int typesToIndexInParallel, int documentBuilderThreads, Boolean mergeSegmentsOnFinish, boolean dropAndCreateSchemaOnStart, Boolean purgeAtStart, Boolean mergeSegmentsAfterPurge) -
Uses of PojoScopeDelegate in org.hibernate.search.mapper.pojo.scope.impl
Classes in org.hibernate.search.mapper.pojo.scope.impl that implement PojoScopeDelegateModifier and TypeClassDescriptionfinal classPojoScopeDelegateImpl<R extends EntityReference,E, C> Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoScopeDelegateModifier and TypeMethodDescriptionstatic <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoScopeDelegateImpl.create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Set<? extends PojoScopeIndexedTypeContext<?, ? extends E>> targetedTypeContexts, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeDelegate in org.infinispan.search.mapper.scope.impl
Constructors in org.infinispan.search.mapper.scope.impl with parameters of type PojoScopeDelegateModifierConstructorDescriptionSearchScopeImpl(BackendMappingContext mappingContext, PojoScopeDelegate<EntityReference, E, PojoRawTypeIdentifier<? extends E>> delegate, EntityLoaderFactory<E> entityLoader)
PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)instead.