public class ForeignKeysInfo
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForeignKeysInfo
public ForeignKeysInfo(org.hibernate.mapping.Table referencedTable,
Map<String,org.hibernate.mapping.Table> tables,
Map<String,List<org.hibernate.mapping.Column>> columns,
Map<String,List<org.hibernate.mapping.Column>> refColumns)
-