Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.querykeys
Class DirectQueryKey

java.lang.Object
  |
  +--oracle.toplink.querykeys.QueryKey
        |
        +--oracle.toplink.querykeys.DirectQueryKey
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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()
          PUBLIC: Return the field name for the query key.
 java.lang.String getQualifiedFieldName()
          PUBLIC: Return the qualified field name for the query key.
 void setFieldName(java.lang.String fieldName)
          PUBLIC: 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()
PUBLIC: Return the field name for the query key.

getQualifiedFieldName

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

setFieldName

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

Copyright © 2003 Oracle Corporation. All Rights Reserved.