Uses of Class
org.hibernate.annotations.JoinFormula
-
Packages that use JoinFormula Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of JoinFormula in org.hibernate.annotations
Methods in org.hibernate.annotations that return JoinFormula Modifier and Type Method Description JoinFormula
formula()
The formula to use in the join condition.JoinFormula
override()
-
Uses of JoinFormula in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type JoinFormula Modifier and Type Method Description static AnnotatedJoinColumn
AnnotatedJoinColumn. buildJoinFormula(JoinFormula joinFormula, AnnotatedJoinColumns parent)
-