Well, the problem is that AFAICT autoApply'd converters only work when they're defined and packaged in the persistence unit. In this case I would want to package the converter in a separate .car file. Furthermore, the underlying field in the entity is just a plain `long`, so I'm not sure if the converter would actually be used? |