Skip to content

RatJuggler/jpa-attribute-converters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Experimenting with JPA Attribute Converters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages