|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.querykeys.QueryKey
oracle.toplink.querykeys.DirectQueryKey
Purpose: Define an alias to a database field.
Responsibilities:
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 |
public DirectQueryKey()
Method Detail |
public java.lang.String getFieldName()
public java.lang.String getQualifiedFieldName()
public void setFieldName(java.lang.String fieldName)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |