| Package | Description |
|---|---|
| org.hibernate.search.engine.common.spi | |
| org.hibernate.search.engine.mapper.mapping.building.spi |
| Modifier and Type | Method and Description |
|---|---|
<PBM extends MappingPartialBuildState> |
SearchIntegrationBuilder.addMappingInitiator(MappingKey<PBM,?> mappingKey,
MappingInitiator<?,PBM> initiator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Mapper<MPBS extends MappingPartialBuildState> |
interface |
MappingInitiator<C,MPBS extends MappingPartialBuildState>
An object responsible for initiating a mapping by contributing its basic configuration (indexed types, type metadata),
then creating the mapper based on the configuration processed by the engine.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.