@Documented @Target(value={}) @Retention(value=RUNTIME) public @interface PropertyValue
Modifier and Type | Required Element and Description |
---|---|
String |
propertyName |
Modifier and Type | Optional Element and Description |
---|---|
ContainerValueExtractorBeanReference[] |
extractors |
public abstract String propertyName
public abstract ContainerValueExtractorBeanReference[] extractors
Iterable
, Collection
, Optional
, ...).
To prevent Hibernate Search from applying any extractor, set this attribute to an empty array ({}
).Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.