Class AnnotatedJoinColumns

java.lang.Object
org.hibernate.boot.model.internal.AnnotatedColumns
org.hibernate.boot.model.internal.AnnotatedJoinColumns

public class AnnotatedJoinColumns extends AnnotatedColumns
A list of JoinColumns that form a single join condition, similar in concept to JoinColumns, but not every instance of this class corresponds to an explicit annotation in the Java code.

There's no exact analog of this class in the mapping model, so some information is lost when it's transformed into a list of Columns.