Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.querykeys
Class DirectQueryKey

java.lang.Object
  extended by oracle.toplink.querykeys.QueryKey
      extended by oracle.toplink.querykeys.DirectQueryKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DirectQueryKey
extends QueryKey

Purpose: Define an alias to a database field.

Responsibilities:

See Also:
Serialized Form

Constructor Summary
DirectQueryKey()
           
 
Method Summary
 java.lang.String getFieldName()
          Return the field name for the query key.
 java.lang.String getQualifiedFieldName()
          Return the qualified field name for the query key.
 void setFieldName(java.lang.String fieldName)
          Set the field name for the query key.
 
Methods inherited from class oracle.toplink.querykeys.QueryKey
getName, isCollectionQueryKey, isDirectCollectionQueryKey, isForeignReferenceQueryKey, isManyToManyQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectQueryKey

public DirectQueryKey()
Method Detail

getFieldName

public java.lang.String getFieldName()
Return the field name for the query key.


getQualifiedFieldName

public java.lang.String getQualifiedFieldName()
Return the qualified field name for the query key.


setFieldName

public void setFieldName(java.lang.String fieldName)
Set the field name for the query key.


Copyright © 1998, 2012, Oracle. All Rights Reserved.