Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
-
-
Uses of PojoScopeDelegate in org.hibernate.search.mapper.orm.scope.impl
Constructors in org.hibernate.search.mapper.orm.scope.impl with parameters of type PojoScopeDelegate Constructor Description SearchScopeImpl(HibernateOrmScopeMappingContext mappingContext, TenancyConfiguration tenancyConfiguration, PojoScopeDelegate<EntityReference,E,HibernateOrmScopeIndexedTypeContext<? 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 PojoScopeDelegate 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)Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoScopeDelegate Modifier and Type Method Description <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 PojoScopeDelegate 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)Methods in org.hibernate.search.mapper.pojo.mapping.spi that return types with arguments of type PojoScopeDelegate Modifier and Type Method Description <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 PojoScopeDelegate Constructor Description PojoDefaultMassIndexer(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate)PojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, 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 PojoScopeDelegate Modifier and Type Class Description classPojoScopeDelegateImpl<R extends EntityReference,E,C>Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoScopeDelegate 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)
-