Class AnnotatedJoinColumn

java.lang.Object
org.hibernate.boot.model.internal.AnnotatedColumn
org.hibernate.boot.model.internal.AnnotatedJoinColumn

public class AnnotatedJoinColumn extends AnnotatedColumn
An element of a join condition, logically representing a JoinColumn annotation, but not every instance 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 Column.