Package org.hibernate.metamodel.mapping
Class AssociationKey
- java.lang.Object
-
- org.hibernate.metamodel.mapping.AssociationKey
-
public class AssociationKey extends Object
Used as part of circularity detectionUniquely distinguishes a side of the foreign-key, using that side's table and column(s)
-
-
Constructor Summary
Constructors Constructor Description AssociationKey(String table, List<String> columns)
-