Uses of Interface
org.hibernate.search.engine.mapper.scope.spi.MappedIndexScopeBuilder
Packages that use MappedIndexScopeBuilder
Package
Description
-
Uses of MappedIndexScopeBuilder in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl that return MappedIndexScopeBuilderModifier and TypeMethodDescription<R,E> MappedIndexScopeBuilder<R, E> MappedIndexManagerImpl.createScopeBuilder(BackendMappingContext mappingContext) Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type MappedIndexScopeBuilderModifier and TypeMethodDescriptionvoidMappedIndexManagerImpl.addTo(MappedIndexScopeBuilder<?, ?> builder) -
Uses of MappedIndexScopeBuilder in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return MappedIndexScopeBuilderModifier and TypeMethodDescription<R,E> MappedIndexScopeBuilder<R, E> MappedIndexManager.createScopeBuilder(BackendMappingContext mappingContext) Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappedIndexScopeBuilderModifier and TypeMethodDescriptionvoidMappedIndexManager.addTo(MappedIndexScopeBuilder<?, ?> builder) -
Uses of MappedIndexScopeBuilder in org.hibernate.search.engine.mapper.scope.impl
Classes in org.hibernate.search.engine.mapper.scope.impl that implement MappedIndexScopeBuilder -
Uses of MappedIndexScopeBuilder in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return MappedIndexScopeBuilderModifier and TypeMethodDescription<R,E2> MappedIndexScopeBuilder<R, E2> PojoIndexedTypeManager.createScopeBuilder(BackendMappingContext mappingContext) Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type MappedIndexScopeBuilderModifier and TypeMethodDescriptionvoidPojoIndexedTypeManager.addTo(MappedIndexScopeBuilder<?, ?> builder) -
Uses of MappedIndexScopeBuilder in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return MappedIndexScopeBuilderModifier and TypeMethodDescription<R,E2> MappedIndexScopeBuilder<R, E2> PojoScopeIndexedTypeContext.createScopeBuilder(BackendMappingContext mappingContext) Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type MappedIndexScopeBuilderModifier and TypeMethodDescriptionvoidPojoScopeIndexedTypeContext.addTo(MappedIndexScopeBuilder<?, ?> builder)