public interface IndexedEntityBindingMapperContext
| Modifier and Type | Method and Description |
|---|---|
IndexedEmbeddedPathTracker |
getOrCreatePathTracker(IndexedEmbeddedDefinition definition)
Get the shared path-tracker for a given indexed-embedded definition.
|
IndexedEmbeddedPathTracker getOrCreatePathTracker(IndexedEmbeddedDefinition definition)
A single definition may lead to multiple indexed-embedded "instances": in sub-types of the type defining the indexed-embedded (the "holding type"), or simply at a deeper level when the indexed-embedded points to the same type as the holding type (recursive indexed-embedded). In such case, each "instance" of the indexed-embedded may use different parts of the definition, so using a single path tracker gives it a complete views and allows it to decide whether an includePaths is useful or not.
definition - An indexed embedded definition.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.