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 AnnotatedJoinColumn
AnnotatedJoinColumn. buildInheritanceJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn, JoinColumn joinColumn, Value identifier, AnnotatedJoinColumns parent, MetadataBuildingContext context)
Called forInheritanceType.JOINED
entities.static AnnotatedJoinColumn
AnnotatedJoinColumn. 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 void
AnnotatedJoinColumns. addColumn(AnnotatedJoinColumn child)
static AttributeContainer
BinderHelper. findReferencedColumnOwner(PersistentClass persistentClass, AnnotatedJoinColumn joinColumn, MetadataBuildingContext context)
-