Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

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()
           

 

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()

Copyright © 2003 Oracle Corporation. All Rights Reserved.