Package org.hibernate.annotations
Annotation Type Polymorphism
-
@Target(TYPE) @Retention(RUNTIME) public @interface Polymorphism
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description PolymorphismType
type
Specifies the polymorphism type.
-
-
-
Element Detail
-
type
PolymorphismType type
Specifies the polymorphism type.- Default:
- org.hibernate.annotations.PolymorphismType.IMPLICIT
-
-