Package org.hibernate.annotations
Annotation Interface Target
Deprecated.
Explicitly specifies the target entity type in an association,
avoiding reflection and generics resolution. This annotation is
almost never useful.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueDeprecated.The target entity type.
-
OneToMany.targetEntity()