|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.querykeys.QueryKey
Purpose: Define a Java appropriate alias to a database field or function.
Responsibilities:
Constructor Summary |
QueryKey()
|
Method Summary |
Type | Method |
---|---|
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |