Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate
Packages that use PojoScopeDelegate
-
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,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 PojoScopeDelegateModifier and TypeMethodDescription<R,C> Optional<PojoScopeDelegate<R, Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider)