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

OneToOneQueryKey

public class OneToOneQueryKey extends ForeignReferenceQueryKey

Purpose: Define an alias to a foreign one to one object.

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

return
boolean

        return true;