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.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,C> Optional<PojoScopeDelegate<R, Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <R,E, C> PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, 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.