0-24 - Exception of Overriding Field Values

0-24 - Exception of Overriding Field Values

Possible Causes

  1. The entity class does not have setter/getter methods set.
  2. There may be nested properties.

Troubleshooting and Resolution Steps

  1. Check the entity class and set the setter/getter methods.
  2. Check if nested annotations are used based on the stack trace information.