Package org.hibernate.annotations
Annotation Type JoinFormula
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface JoinFormula
Specifies a join condition based on an arbitrary native SQL formula instead of a column name.- See Also:
DialectOverride.JoinFormula
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
referencedColumnName
The column this formula references.
-