org.apache.openjpa.jdbc.schema
Class ForeignKey.FKMapKey

java.lang.Object
  extended by org.apache.openjpa.jdbc.schema.ForeignKey.FKMapKey
Enclosing class:
ForeignKey

public static class ForeignKey.FKMapKey
extends Object


Constructor Summary
ForeignKey.FKMapKey(ForeignKey fk)
           
 
Method Summary
 boolean equals(Object fkObj)
           
 ForeignKey getFk()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKey.FKMapKey

public ForeignKey.FKMapKey(ForeignKey fk)
Method Detail

getFk

public ForeignKey getFk()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object fkObj)
Overrides:
equals in class Object


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.