Uses of Interface
org.hibernate.search.engine.mapper.scope.spi.MappedIndexScopeBuilder
-
Packages that use MappedIndexScopeBuilder Package Description org.hibernate.search.engine.mapper.mapping.spi -
-
Uses of MappedIndexScopeBuilder in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return MappedIndexScopeBuilder Modifier and Type Method Description <R,E>
MappedIndexScopeBuilder<R,E>MappedIndexManager. createScopeBuilder(BackendMappingContext mappingContext)
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappedIndexScopeBuilder Modifier and Type Method Description void
MappedIndexManager. addTo(MappedIndexScopeBuilder<?,?> builder)
-