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

ManyToManyQueryKey

public class ManyToManyQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a m-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 booleanisManyToManyQueryKey()
INTERNAL: override the isManyToManyQueryKey() method in the superclass to return true.

return
boolean

        return true;