Package org.apache.openjpa.jdbc.schema
Class ForeignKey.FKMapKey
- java.lang.Object
-
- org.apache.openjpa.jdbc.schema.ForeignKey.FKMapKey
-
- Enclosing class:
- ForeignKey
public static class ForeignKey.FKMapKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FKMapKey(ForeignKey fk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object fkObj)
ForeignKey
getFk()
int
hashCode()
-
-
-
Constructor Detail
-
FKMapKey
public FKMapKey(ForeignKey fk)
-
-
Method Detail
-
getFk
public ForeignKey getFk()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object fkObj)
- Overrides:
equals
in classjava.lang.Object
-
-