public class ManyToManyQueryKey extends ForeignReferenceQueryKey
Purpose:Represents a m-m join query.
| Constructor and Description |
|---|
ManyToManyQueryKey() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseTable |
getRelationTable(ClassDescriptor referenceDescriptor)
PUBLIC:
Returns the reference table.
|
boolean |
isCollectionQueryKey()
INTERNAL:
override the isCollectionQueryKey() method in the superclass to return true.
|
boolean |
isManyToManyQueryKey()
INTERNAL:
override the isManyToManyQueryKey() method in the superclass to return true.
|
convertClassNamesToClasses, getJoinCriteria, getReferenceClass, getReferenceClassName, getReferenceTable, getSourceTable, isForeignReferenceQueryKey, setJoinCriteria, setReferenceClass, setReferenceClassNameclone, getDescriptor, getName, initialize, isAbstractQueryKey, isDirectCollectionQueryKey, isDirectQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, isQueryKey, setDescriptor, setName, toStringpublic boolean isCollectionQueryKey()
isCollectionQueryKey in class QueryKeypublic boolean isManyToManyQueryKey()
isManyToManyQueryKey in class QueryKeypublic DatabaseTable getRelationTable(ClassDescriptor referenceDescriptor)
getRelationTable in class ForeignReferenceQueryKeyEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference