| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includePaths(Collection<String> paths) |
default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.includePaths(String... paths) |
PropertyMappingIndexedEmbeddedStep |
PropertyMappingStep.indexedEmbedded()
Maps the property to an object field whose fields are the same as those defined in the property type.
|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.maxDepth(Integer depth) |
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.prefix(String prefix) |
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.storage(ObjectFieldStorage storage) |
default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.withExtractor(String extractorName) |
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.withExtractors(ContainerExtractorPath extractorPath) |
default PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.withoutExtractors()
Indicates that no container extractors should be applied,
not even the default ones.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.