0-24 - Override field value exception
Possible Reason
- The entity class does not have a setter/getter method.
- There may be nested attributes.
Troubleshooting and resolution steps
- Check the entity class and set the setter/getter method.
- According to the stack information, check whether nested annotations are used.