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