|
I have an entity called novation with the collection field
The following query causes error
Caused by: com.sybase.jdbc4.jdbc.SybSQLException: The column prefix 'nvnovation0_.OriginalId' does not match with a table name or alias name used in the query.
Here is the query generated by envers
I guess it should select nvnovation0_.RevType instead of nvnovation0_.OriginalId.RevType,
Could you please have a look and advice how to avoid this bug, probably I am doing something wrong from the beginning, but everything works fine without envers.
Thanks in advance
|