|
What's the exact advantage here versus writing an AttributeConverter?
At the end of the day, Hibernate will still need some contract for understanding the conversion to/from JDBC values. So how is this better than AttributeConverter? Because I just don't see it.
|