Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
-
Packages that use PojoScopeMappingContext Package Description org.hibernate.search.mapper.pojo.mapping.spi -
-
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement PojoScopeMappingContext Modifier and Type Class Description classAbstractPojoMappingImplementor<M>Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoScopeMappingContext Modifier and Type Method Description <R,C>
Optional<PojoScopeDelegate<R,Object,C>>PojoMappingDelegate. createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object,C> indexedTypeExtendedContextProvider)<R,E,E2,C>
PojoScopeDelegate<R,E2,C>PojoMappingDelegate. createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E,C> indexedTypeExtendedContextProvider)
-