1

I've been checking out batoo JPA lately. I've managed to use it with Spring and it seems to work good with the standard JPA interface. Now I'm looking how to get JodaTime to get persisted transparently. I know that I can write a converter but I was wondering if maybe guys from the batoo team done some work on this. I've cloned the source and grep-ed it through but with no luck.

almendar
  • 1,823
  • 13
  • 23

1 Answers1

0

Thank you for pointing out the issue.

As stated in the issue manager a snapshot has been released that should fix the issue.

Hasan Ceylan
  • 591
  • 3
  • 7
  • Artificial setters and getters provide a workaround in that cases, but do you plan (especially in the near future :) ) to add support for type converters (like mentioned in JSR-338 chapter 11.1.10 Converter Annotation)? – Marcin Zajączkowski Feb 11 '13 at 21:12