public class ManyToManyQueryKey extends ForeignReferenceQueryKey
Purpose:Represents a m-m join query.
joinCriteria, referenceClass, referenceClassNamedescriptor, name| Constructor and Description |
|---|
ManyToManyQueryKey() |
| Modifier and Type | Method and Description |
|---|---|
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, 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 QueryKey