@Documented @Target(value={}) @Retention(value=RUNTIME) public @interface PropertyValue
ContainerExtraction.| Modifier and Type | Required Element and Description |
|---|---|
String |
propertyName |
| Modifier and Type | Optional Element and Description |
|---|---|
ContainerExtraction |
extraction |
public abstract String propertyName
public abstract ContainerExtraction extraction
Map<TypeA, TypeB>:
defining the extraction as @ContainerExtraction(BuiltinContainerExtractors.MAP_KEY)
allows referencing map keys instead of map values.
By default, Hibernate Search will try to apply a set of extractors for common container types.ContainerExtractionCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.