FileDocCategorySizeDatePackage
OneToManyQueryKey.javaAPI DocGlassfish v2 API2537Tue May 22 16:54:50 BST 2007oracle.toplink.essentials.querykeys

OneToManyQueryKey

public class OneToManyQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a 1-m join query.

Fields Summary
Constructors Summary
Methods Summary
public booleanisCollectionQueryKey()
INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.

return
boolean

        return true;
    
public booleanisOneToManyQueryKey()
INTERNAL: override the isOneToManyQueryKey() method in the superclass to return true.

return
boolean

        return true;