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 TypeClassDescriptionclassADiscriminatorColumnannotationclassAn element of a join condition, logically representing aJoinColumnannotation, but not every instance corresponds to an explicit annotation in the Java code.classAnOrderColumnannotationMethods 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 TypeMethodDescriptionvoidAnnotatedColumns.addColumn(AnnotatedColumn child) voidAnnotatedJoinColumns.addColumn(AnnotatedColumn child) Constructors in org.hibernate.boot.model.internal with parameters of type AnnotatedColumnModifierConstructorDescriptionIndexOrUniqueKeySecondPass(String indexName, AnnotatedColumn column, MetadataBuildingContext buildingContext, boolean unique) Build an index if unique is false or a Unique Key if unique is true