注释类型 DiscriminatorFormula
-
@Target(TYPE) @Retention(RUNTIME) public @interface DiscriminatorFormula
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column". Used in place of the JPADiscriminatorColumnwhen a formula is wanted. To be placed on the root entity.- 作者:
- Emmanuel Bernard, Steve Ebersole
- 另请参阅:
Formula
-
-
元素详细资料
-
value
String value
The formula string.
-
-