Uses of Class
org.hibernate.annotations.JoinFormula
-
Packages that use JoinFormula Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.cfg -
-
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 joining. -
Uses of JoinFormula in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type JoinFormula Modifier and Type Method Description static Ejb3JoinColumn
Ejb3JoinColumn. buildJoinFormula(JoinFormula ann, java.lang.String mappedBy, java.util.Map<java.lang.String,Join> joins, PropertyHolder propertyHolder, java.lang.String propertyName, MetadataBuildingContext buildingContext)
build join formula
-