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

DirectCollectionQueryKey

public class DirectCollectionQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a direct collection 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 booleanisDirectCollectionQueryKey()
INTERNAL: override the isDirectCollectionQueryKey() method in the superclass to return true.

return
boolean

        return true;