|
EclipseLink 2.0.0, build 'v20091127-r5931' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.mappings.querykeys.QueryKey org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
public class ManyToManyQueryKey
Purpose:Represents a m-m join query.
Field Summary |
---|
Fields inherited from class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey |
---|
joinCriteria, referenceClass, referenceClassName |
Fields inherited from class org.eclipse.persistence.mappings.querykeys.QueryKey |
---|
descriptor, name |
Constructor Summary | |
---|---|
ManyToManyQueryKey()
|
Method Summary | |
---|---|
org.eclipse.persistence.internal.helper.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. |
Methods inherited from class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey |
---|
convertClassNamesToClasses, getJoinCriteria, getReferenceClass, getReferenceClassName, getReferenceTable, getSourceTable, isForeignReferenceQueryKey, setJoinCriteria, setReferenceClass, setReferenceClassName |
Methods inherited from class org.eclipse.persistence.mappings.querykeys.QueryKey |
---|
clone, getDescriptor, getName, initialize, isAbstractQueryKey, isDirectCollectionQueryKey, isDirectQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, isQueryKey, setDescriptor, setName, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ManyToManyQueryKey()
Method Detail |
---|
public boolean isCollectionQueryKey()
isCollectionQueryKey
in class QueryKey
public boolean isManyToManyQueryKey()
isManyToManyQueryKey
in class QueryKey
public org.eclipse.persistence.internal.helper.DatabaseTable getRelationTable(ClassDescriptor referenceDescriptor)
getRelationTable
in class ForeignReferenceQueryKey
|
EclipseLink 2.0.0, build 'v20091127-r5931' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |