from Hibernate hbm to JPA annotations, a challenging one
- by nodje
Hi,
I've been struggling with this one for quite some time already. It appears a lot less simple than I thought it'd be:
This is included in the "COTISATION" table mapping an uses SynchroDataType, extending Hibernate UserType.
This works really great, and I can't find a way to translate it to proper JPA, while keeping the convenience of it.
Does someone has a solution for that kind of one-to-one mapping?
cheers