Package org.apache.openjpa.enhance
Interface AttributeTranslator
-
public interface AttributeTranslator
Instances of this interface can convert a positional index for aFieldMetaData
that uses property access into the underlying field name. Instances ofDynamicPersistenceCapable
for types that use property access will implement this interface.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
pcAttributeIndexToFieldName(int i)
-