Package org.hibernate.annotations
Annotation Type DiscriminatorOptions
-
@Target(TYPE) @Retention(RUNTIME) public @interface DiscriminatorOptionsOptional annotation to express Hibernate specific discriminator properties.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanforce"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.booleaninsertSet this tofalseif your discriminator column is also part of a mapped composite identifier.
-