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