Package org.hibernate.annotations
Annotation Interface TypeBinderType
Associates a user-defined annotation with a
TypeBinder,
allowing the annotation to drive some custom model binding.
The user-defined annotation may be used to annotate entity and
embeddable classes. The TypeBinder will be called when
the annotation is discovered by Hibernate.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
binder
Class<? extends TypeBinder<?>> binder- Returns:
- a type which implements
TypeBinder
-