Interface AttributeTranslator


public interface AttributeTranslator
Instances of this interface can convert a positional index for a FieldMetaData that uses property access into the underlying field name. Instances of DynamicPersistenceCapable for types that use property access will implement this interface.
Since:
1.0.0
  • Method Details

    • pcAttributeIndexToFieldName

      String pcAttributeIndexToFieldName(int i)