PropertyPath/PersistentProperty and Property Registration appending "-9XaHgsA"-like suffix to field names, causing "org.springframework.data.mapping.PropertyReferenceException" #2736
Labels
status: duplicate
A duplicate of another issue
This is for postgresql.
I've got an Entity that looks like this:
And a table that looks like this:
and accompanying interface:
I get this:
Why on EARTH is it appending "9XaHgsA" to the field/column name? It does this across ALL columns except the ID column.
Note that i'm using value classes, but that doesn't seem to cause a problem - they're automatically getting translated to strings as expected.
Also, note that this process goes through with the normal names first - I've stepped through in debugger - but then starts appending the 7 digit suffix for some reason second go-around.
The text was updated successfully, but these errors were encountered: