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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01