Uses of Class
org.apache.openjpa.jdbc.schema.ForeignKey.FKMapKey
- 
Packages that use ForeignKey.FKMapKey Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction - 
- 
Uses of ForeignKey.FKMapKey in org.apache.openjpa.jdbc.sql
Method parameters in org.apache.openjpa.jdbc.sql with type arguments of type ForeignKey.FKMapKey Modifier and Type Method Description protected ForeignKeyDBDictionary. combineForeignKey(Map<ForeignKey.FKMapKey,ForeignKey> fkMap, ForeignKey fk)Combines partial foreign keys into singular key 
 -