org.apache.openjpa.enhance
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 Summary
 String pcAttributeIndexToFieldName(int i)
           
 

Method Detail

pcAttributeIndexToFieldName

String pcAttributeIndexToFieldName(int i)


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.