@Target(value=TYPE) @Retention(value=RUNTIME) public @interface DiscriminatorFormula
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column". Used in place of
the JPA DiscriminatorColumn when a formula is wanted.
To be placed on the root entity.
Formulapublic abstract String value
The formula string.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.