Interface ActiveField

All Superinterfaces:
Named, TypeField

public interface ActiveField
extends TypeField

A wrapper for TypeField that will actually be in use by the runtime. Declared, but unused, fields will not get wrapped, thus avoiding unnecessary value reads.

  • Field Details

  • Method Details

    • getValueIndex

      int getValueIndex()
      Returns:
      index under which the value of this field is stored during insert/update in an Object[] array.
      See Also:
      FieldToValueHandle