Package org.hibernate.annotations
Annotation Type DiscriminatorFormula
-
@Target(TYPE) @Retention(RUNTIME) public @interface DiscriminatorFormula
Specifies an expression written in native SQL as the discriminator for an entity inheritance hierarchy. Must be used to annotate the root entity of the hierarchy.Used in place of the JPA
DiscriminatorColumn
.- See Also:
Formula
-
-
Element Detail
-
value
String value
The formula string.
-
-