Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.querykeys
Class OneToManyQueryKey

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

public class OneToManyQueryKey
extends ForeignReferenceQueryKey

Purpose:Represents a 1-m join query.

See Also:
Serialized Form

Constructor Summary
OneToManyQueryKey()
           

 

Methods inherited from class oracle.toplink.querykeys.ForeignReferenceQueryKey
getJoinCriteria, getReferenceClass, setJoinCriteria, setReferenceClass

 

Methods inherited from class oracle.toplink.querykeys.QueryKey
getName, isDirectCollectionQueryKey, isDirectQueryKey, isManyToManyQueryKey, isOneToOneQueryKey, setName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OneToManyQueryKey

public OneToManyQueryKey()

Copyright © 2003 Oracle Corporation. All Rights Reserved.