static class TableMapper.LegacyIndexComponentInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
effectiveDescending
Determines if this component has descending sorting.
|
java.lang.String |
fieldLegacyName
The legacy name of the field participating in the index.
|
| Constructor and Description |
|---|
LegacyIndexComponentInfo(IndexComponent component)
Create a new index component information container, holding field name and sorting
direction.
|
public final java.lang.String fieldLegacyName
public final boolean effectiveDescending
LegacyIndexComponentInfo(IndexComponent component)
component - Source index component annotation generated at conversion stage.