Uses of Class
org.hibernate.boot.model.internal.AnnotatedColumn
Packages that use AnnotatedColumn
-
Uses of AnnotatedColumn in org.hibernate.boot.model.internal
Subclasses of AnnotatedColumn in org.hibernate.boot.model.internalModifier and TypeClassDescriptionclass
ADiscriminatorColumn
annotationclass
An element of a join condition, logically representing aJoinColumn
annotation, but not every instance corresponds to an explicit annotation in the Java code.class
AnOrderColumn
annotationMethods in org.hibernate.boot.model.internal that return types with arguments of type AnnotatedColumnMethods in org.hibernate.boot.model.internal with parameters of type AnnotatedColumnModifier and TypeMethodDescriptionvoid
AnnotatedColumns.addColumn
(AnnotatedColumn child) void
AnnotatedJoinColumns.addColumn
(AnnotatedColumn child)