Uses of Interface
org.hibernate.search.engine.mapper.scope.spi.MappedIndexScopeBuilder
-
-
Uses of MappedIndexScopeBuilder in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl that return MappedIndexScopeBuilder Modifier and Type Method Description <R,E>
MappedIndexScopeBuilder<R,E>MappedIndexManagerImpl. createScopeBuilder(BackendMappingContext mappingContext)Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type MappedIndexScopeBuilder Modifier and Type Method Description voidMappedIndexManagerImpl. 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 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 voidMappedIndexManager. 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 Modifier and Type Class Description classMappedIndexScopeBuilderImpl<R,E> -
Uses of MappedIndexScopeBuilder in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return MappedIndexScopeBuilder Modifier and Type Method Description <R,E2>
MappedIndexScopeBuilder<R,E2>PojoIndexedTypeManager. createScopeBuilder(BackendMappingContext mappingContext)Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type MappedIndexScopeBuilder Modifier and Type Method Description voidPojoIndexedTypeManager. 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 MappedIndexScopeBuilder Modifier and Type Method Description <R,E2>
MappedIndexScopeBuilder<R,E2>PojoScopeIndexedTypeContext. createScopeBuilder(BackendMappingContext mappingContext)Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type MappedIndexScopeBuilder Modifier and Type Method Description voidPojoScopeIndexedTypeContext. addTo(MappedIndexScopeBuilder<?,?> builder)
-