I have an Entity with a field of byte array type.
The static meta model is throwing an error during deploy.
I would try to fix it if I wanted to query on that field but I do not. It is binary data @Lob.
Is there an @Annotation to make the auto-gen skip a field during compile? Even a class altogether, I can get away with using JPQL for that class only while awaiting a fix.
I am working in Rational App. Developer (Eclipse/OpenJPA)
Thanks,
Thierry Dupard