Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.querykeys
Class DirectQueryKey

java.lang.Object
  extended byoracle.toplink.querykeys.QueryKey
      extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.