You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wrong about the error not occurring in Speedment. Bug located in codegen's utility class Formatting where the method shortName() erroneously concatenated away everything before the last dot. This has been fixed on Speedment's development branch.
If entity has columns using the same simple name, as:
The generated code cannot be compiled as the reference type is not rendered properly.
What I know so far is that this error cannot be derived to the Speedment generator nor the parsing of types.
The text was updated successfully, but these errors were encountered: