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 extends org.hibernate.search.engine.common.EntityReference,E, C>
PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) Deprecated.<R extends org.hibernate.search.engine.common.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 org.hibernate.search.engine.common.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 org.hibernate.search.engine.common.EntityReference,C>
Optional<PojoScopeDelegate<R, Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider)
PojoMappingDelegate.createPojoScopeForClasses(PojoScopeMappingContext, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoScopeForEntityNames(PojoScopeMappingContext, Class, Collection, PojoScopeTypeExtendedContextProvider)orPojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext, PojoScopeTypeExtendedContextProvider)instead.