/jpa-attribute-converters

Experimenting with JPA Attribute Converters.

Primary LanguageJava

jpa-attribute-converters

Experimenting with JPA Attribute Converters.

Useful links:

Pros

  • Can be targeted to specific entity attributes.
  • Easy to understand, no edge case side effects.
  • Simple to implement and maintain.
  • Doesn't leave the presistence session / entity in a dirty state.
  • JPA compliant.

Cons

  • MAJOR: No access to the entity the attribute being converted belongs to.