EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.mappings.querykeys
Class DirectCollectionQueryKey

java.lang.Object
  extended by org.eclipse.persistence.mappings.querykeys.QueryKey
      extended by org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
          extended by org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DirectCollectionQueryKey
extends ForeignReferenceQueryKey

Purpose:Represents a direct collection join query.

See Also:
Serialized Form

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
DirectCollectionQueryKey()
           
 
Method Summary
 boolean isCollectionQueryKey()
          INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.
 boolean isDirectCollectionQueryKey()
          INTERNAL: override the isDirectCollectionQueryKey() method in the superclass to return true.
 
Methods inherited from class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
convertClassNamesToClasses, getJoinCriteria, getReferenceClass, getReferenceClassName, isForeignReferenceQueryKey, setJoinCriteria, setReferenceClass, setReferenceClassName
 
Methods inherited from class org.eclipse.persistence.mappings.querykeys.QueryKey
clone, getDescriptor, getName, initialize, isAbstractQueryKey, isDirectQueryKey, isManyToManyQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, isQueryKey, setDescriptor, setName, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectCollectionQueryKey

public DirectCollectionQueryKey()
Method Detail

isCollectionQueryKey

public boolean isCollectionQueryKey()
INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.

Overrides:
isCollectionQueryKey in class QueryKey
Returns:
boolean

isDirectCollectionQueryKey

public boolean isDirectCollectionQueryKey()
INTERNAL: override the isDirectCollectionQueryKey() method in the superclass to return true.

Overrides:
isDirectCollectionQueryKey in class QueryKey
Returns:
boolean

EclipseLink1.0 - 20080707 API Reference