I have an abstract class annotated with @MappedSupperClass and no fields, but with some methods used/overridden in subclasses. In such cases (abstract entity) this message might be avoided.
Ok, so the only issue is that the message is output (which could be misleading).
... so I'll look at suppressing the output of this message in this case.
Does that sound correct?
Thanks, Rob.
>Ok, so the only issue is that the message is output (which could be misleading).Correct.
>Does that sound correct?Yes, sure.
Thanks