| 
 | Oracle Application Server TopLink API Reference 10g Release 2 (10.1.2) B15903-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.QueryKey
Purpose: Define a Java appropriate alias to a database field or function.
Responsibilities:
| Constructor Summary | |
| QueryKey() | |
| Method Summary | |
| java.lang.String | getName()PUBLIC: Return the name for the query key. | 
| boolean | isCollectionQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isDirectCollectionQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isDirectQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isForeignReferenceQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isManyToManyQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isOneToManyQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| boolean | isOneToOneQueryKey()PUBLIC:: Related query key should implement this method to return true. | 
| void | setName(java.lang.String name)PUBLIC: Set the name for the query key. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public QueryKey()
| Method Detail | 
public java.lang.String getName()
public boolean isCollectionQueryKey()
public boolean isDirectCollectionQueryKey()
public boolean isDirectQueryKey()
public boolean isForeignReferenceQueryKey()
public boolean isManyToManyQueryKey()
public boolean isOneToManyQueryKey()
public boolean isOneToOneQueryKey()
public void setName(java.lang.String name)
| 
 |  | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||