Package org.hibernate.binder
This package defines an easy way to extend Hibernate with
user-defined annotations that define customized O/R mappings
of annotated entity attributes.
The meta-annotation
AttributeBinderType
associates an AttributeBinder
with a user-written annotation.
-
Interface Summary Interface Description AttributeBinder<A extends Annotation> Allows a user-written annotation to drive some customized model binding.