Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
Packages that use PojoScopeMappingContext
Package
Description
-
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement PojoScopeMappingContext -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of PojoScopeMappingContext in org.hibernate.search.mapper.orm.session.impl -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoScopeMappingContextModifier and TypeMethodDescription<R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object, C>> PojoMappingDelegateImpl.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <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) -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement PojoScopeMappingContextMethods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoScopeMappingContextModifier and TypeMethodDescription<R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <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. -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoScopeMappingContextModifier 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 PojoScopeMappingContext in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoScopeMappingContext -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.session.spi
Subinterfaces of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.session.spiModifier and TypeInterfaceDescriptioninterfaceMapping-scoped information and operations for use in POJO search sessions. -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoScopeMappingContextModifierConstructorDescriptionPojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?, ?>> targetedTypeContexts, Set<String> tenantIds) -
Uses of PojoScopeMappingContext in org.infinispan.search.mapper.mapping.impl
Classes in org.infinispan.search.mapper.mapping.impl that implement PojoScopeMappingContext -
Uses of PojoScopeMappingContext in org.infinispan.search.mapper.session.impl
Subinterfaces of PojoScopeMappingContext in org.infinispan.search.mapper.session.impl
PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)instead.