Package org.apache.openjpa.enhance
Interface AttributeTranslator
- 
public interface AttributeTranslatorInstances of this interface can convert a positional index for aFieldMetaDatathat uses property access into the underlying field name. Instances ofDynamicPersistenceCapablefor 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 StringpcAttributeIndexToFieldName(int i) 
 - 
 
- 
- 
Method Detail
- 
pcAttributeIndexToFieldName
String pcAttributeIndexToFieldName(int i)
 
 - 
 
 -