public interface PropertyMappingIndexedEmbeddedStep extends PropertyMappingStep
| Modifier and Type | Method and Description |
|---|---|
default PropertyMappingIndexedEmbeddedStep |
extractor(String extractorName) |
default PropertyMappingIndexedEmbeddedStep |
extractors()
Indicates that no container extractors should be applied,
not even the default ones.
|
PropertyMappingIndexedEmbeddedStep |
extractors(ContainerExtractorPath extractorPath) |
PropertyMappingIndexedEmbeddedStep |
includePaths(Collection<String> paths) |
default PropertyMappingIndexedEmbeddedStep |
includePaths(String... paths) |
PropertyMappingIndexedEmbeddedStep |
maxDepth(Integer depth) |
PropertyMappingIndexedEmbeddedStep |
prefix(String prefix) |
PropertyMappingIndexedEmbeddedStep |
storage(ObjectFieldStorage storage) |
associationInverseSide, binder, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberFieldPropertyMappingIndexedEmbeddedStep prefix(String prefix)
prefix - The prefix used when embedding.this, for method chaining.IndexedEmbedded.prefix()PropertyMappingIndexedEmbeddedStep maxDepth(Integer depth)
depth - The max recursion depth for indexed-embedded processing.this, for method chaining.IndexedEmbedded.maxDepth()default PropertyMappingIndexedEmbeddedStep includePaths(String... paths)
paths - The paths of index fields to include explicitly.this, for method chaining.IndexedEmbedded.includePaths()PropertyMappingIndexedEmbeddedStep includePaths(Collection<String> paths)
paths - The paths of index fields to include explicitly.this, for method chaining.IndexedEmbedded.includePaths()PropertyMappingIndexedEmbeddedStep storage(ObjectFieldStorage storage)
storage - The storage strategy of the object field created for this indexed-embedded.this, for method chaining.IndexedEmbedded.storage(),
ObjectFieldStoragedefault PropertyMappingIndexedEmbeddedStep extractor(String extractorName)
extractorName - The name of the container extractor to use.this, for method chaining.IndexedEmbedded.extraction(),
BuiltinContainerExtractorsdefault PropertyMappingIndexedEmbeddedStep extractors()
this, for method chaining.IndexedEmbedded.extraction()PropertyMappingIndexedEmbeddedStep extractors(ContainerExtractorPath extractorPath)
extractorPath - A ContainerExtractorPath.this, for method chaining.IndexedEmbedded.extraction(),
ContainerExtractorPathCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.