Uses of Class
org.hibernate.boot.model.internal.AnnotatedColumn
-
Packages that use AnnotatedColumn Package Description org.hibernate.boot.model.internal -
-
Uses of AnnotatedColumn in org.hibernate.boot.model.internal
Subclasses of AnnotatedColumn in org.hibernate.boot.model.internal Modifier and Type Class Description classAnnotatedDiscriminatorColumnADiscriminatorColumnannotationclassAnnotatedJoinColumnAn element of a join condition, logically representing aJoinColumnannotation, but not every instance corresponds to an explicit annotation in the Java code.classIndexColumnAnOrderColumnannotationMethods in org.hibernate.boot.model.internal that return types with arguments of type AnnotatedColumn Modifier and Type Method Description List<AnnotatedColumn>AnnotatedColumns. getColumns()Methods in org.hibernate.boot.model.internal with parameters of type AnnotatedColumn Modifier and Type Method Description voidAnnotatedColumns. addColumn(AnnotatedColumn child)voidAnnotatedJoinColumns. addColumn(AnnotatedColumn child)Constructors in org.hibernate.boot.model.internal with parameters of type AnnotatedColumn Constructor Description IndexOrUniqueKeySecondPass(String indexName, AnnotatedColumn column, MetadataBuildingContext buildingContext, boolean unique)Build an index if unique is false or a Unique Key if unique is true
-