Module org.eclipse.persistence.core
Class FieldTranslation
java.lang.Object
org.eclipse.persistence.mappings.Association
org.eclipse.persistence.internal.descriptors.FieldTranslation
- All Implemented Interfaces:
Map.Entry
Purpose: Used to define aggregate mapping field translations deployment XML mappings.
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
Fields inherited from class org.eclipse.persistence.mappings.Association
key, value -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.FieldTranslation(DatabaseField sourceField, DatabaseField targetField) Create an association. -
Method Summary
Methods inherited from class org.eclipse.persistence.mappings.Association
getKey, getValue, setKey, setValue
-
Constructor Details
-
FieldTranslation
public FieldTranslation()Default constructor. -
FieldTranslation
Create an association.
-