@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinFormula
@JoinColumn
in most places. The formula has to be a valid
SQL fragmentModifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The formula.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
referencedColumnName
The column this formula references.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.