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 class
AnnotatedDiscriminatorColumn
ADiscriminatorColumn
annotationclass
AnnotatedJoinColumn
An element of a join condition, logically representing aJoinColumn
annotation, but not every instance corresponds to an explicit annotation in the Java code.class
IndexColumn
AnOrderColumn
annotationMethods 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 void
AnnotatedColumns. addColumn(AnnotatedColumn child)
void
AnnotatedJoinColumns. 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
-