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, setReferenceClassName
clone, getDescriptor, getName, initialize, isAbstractQueryKey, isDirectCollectionQueryKey, isDirectQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, isQueryKey, setDescriptor, setName, toString
public boolean isCollectionQueryKey()
isCollectionQueryKey
in class QueryKey
public boolean isManyToManyQueryKey()
isManyToManyQueryKey
in class QueryKey
public DatabaseTable getRelationTable(ClassDescriptor referenceDescriptor)
getRelationTable
in class ForeignReferenceQueryKey
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference