public static class IndexDefinition.IndexComponentDefinition
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Field and Description |
|---|---|
private boolean |
effectiveDescending
Determines if this component has descending sorting.
|
private java.lang.String |
fieldLegacyName
The legacy name of the field participating in the index.
|
| Constructor and Description |
|---|
IndexComponentDefinition()
Default c'tor
|
IndexComponentDefinition(TableMapper.LegacyIndexComponentInfo lici)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput in)
Read the index definition from the specified input source.
|
void |
writeExternal(java.io.ObjectOutput out)
Send the index definition to the specified output destination.
|
private java.lang.String fieldLegacyName
private boolean effectiveDescending
public IndexComponentDefinition()
public IndexComponentDefinition(TableMapper.LegacyIndexComponentInfo lici)
lici - DMO ORM index component info.public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - The input source from which the index component definition will be read.java.io.IOException - In case of I/O errors.java.lang.ClassNotFoundException - If the class of property could not be found/loaded.public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - The output destination to which the index component definition will be sent.java.io.IOException - In case of I/O errors.