Module org.eclipse.persistence.core
Class QueryKeyReference
java.lang.Object
org.eclipse.persistence.mappings.Association
org.eclipse.persistence.internal.descriptors.QueryKeyReference
- All Implemented Interfaces:
Map.Entry
Purpose: Used to define variable 1-1 mapping query key field references. This is used for the deployment XML mapping.
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
Fields inherited from class org.eclipse.persistence.mappings.Association
key, value
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.QueryKeyReference
(DatabaseField field, String queryKey) Create an association. -
Method Summary
Methods inherited from class org.eclipse.persistence.mappings.Association
getKey, getValue, setKey, setValue
-
Constructor Details
-
QueryKeyReference
public QueryKeyReference()Default constructor. -
QueryKeyReference
Create an association.
-