oracle.toplink.querykeys
Class DirectCollectionQueryKey

java.lang.Object
  |
  +--oracle.toplink.querykeys.QueryKey
        |
        +--oracle.toplink.querykeys.ForeignReferenceQueryKey
              |
              +--oracle.toplink.querykeys.DirectCollectionQueryKey
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class DirectCollectionQueryKey
extends ForeignReferenceQueryKey

Purpose:Represents a direct collection join query.

See Also:
Serialized Form

Constructor Summary
DirectCollectionQueryKey()
           
 
Method Summary
TypeMethod
 
Methods inherited from class oracle.toplink.querykeys.ForeignReferenceQueryKey
getJoinCriteria, getReferenceClass, setJoinCriteria, setReferenceClass
 
Methods inherited from class oracle.toplink.querykeys.QueryKey
getName, isDirectQueryKey, isManyToManyQueryKey, isOneToManyQueryKey, isOneToOneQueryKey, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectCollectionQueryKey

public DirectCollectionQueryKey()
Method Detail