Closed GoogleCodeExporter closed 9 years ago
I have added support for Enums but in general when you do have object that
can't be converted from or to string and are not either entities or components
then you need to provide your custom PropertyValueConverter implementation -
you can do that even now without a new release but I will add the support for
Enums because it seems to be common case
P.S. Hibernete Audit won't use Hibernate CustomType because those are how to
map non entity/component to one or multiple columns and in Hibernate audit we
do know that we should map that to only one String column
the fix will be in 1.0.33 release
Original comment by kchobant...@gmail.com
on 29 Sep 2011 at 5:28
Original issue reported on code.google.com by
StefanKa...@googlemail.com
on 29 Sep 2011 at 1:52Attachments: