Uses of Class
org.hibernate.boot.model.internal.AnnotatedJoinColumn
-
Packages that use AnnotatedJoinColumn Package Description org.hibernate.boot.model.internal -
-
Uses of AnnotatedJoinColumn in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AnnotatedJoinColumn Modifier and Type Method Description static AnnotatedJoinColumnAnnotatedJoinColumn. buildInheritanceJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn, JoinColumn joinColumn, Value identifier, AnnotatedJoinColumns parent, MetadataBuildingContext context)Called forInheritanceType.JOINEDentities.static AnnotatedJoinColumnAnnotatedJoinColumn. buildJoinFormula(JoinFormula joinFormula, AnnotatedJoinColumns parent)Methods in org.hibernate.boot.model.internal that return types with arguments of type AnnotatedJoinColumn Modifier and Type Method Description List<AnnotatedJoinColumn>AnnotatedJoinColumns. getJoinColumns()Methods in org.hibernate.boot.model.internal with parameters of type AnnotatedJoinColumn Modifier and Type Method Description voidAnnotatedJoinColumns. addColumn(AnnotatedJoinColumn child)static AttributeContainerBinderHelper. findReferencedColumnOwner(PersistentClass persistentClass, AnnotatedJoinColumn joinColumn, MetadataBuildingContext context)
-