注释类型 Polymorphism
-
@Target(TYPE) @Retention(RUNTIME) public @interface Polymorphism
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.- 作者:
- Steve Ebersole
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 PolymorphismTypetypeSpecifies the polymorphism type.
-
-
-
元素详细资料
-
type
PolymorphismType type
Specifies the polymorphism type.- 默认值:
- org.hibernate.annotations.PolymorphismType.IMPLICIT
-
-