79389550

Date: 2025-01-27 00:56:40
Score: 1.5
Natty:
Report link

I had the same problem in my project and the only thing i changed was creating an instance of my EmbeddedId in the Entity class. It looked something like this.

@EmbeddedId ListyHoteliKey id = new ListyHoteliKey();

After that everything was warking perfect but i am not an expert when it coms to Spring and java so it might have some consequences in other places in the code i am not aware of.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • User mentioned (1): @EmbeddedId
  • Low reputation (1):
Posted by: Mefiu