Closed dearrudam closed 2 months ago
@otaviojava , I'm working on this solution already.
Thanks @dearrudam for fix it. Please, let me know if we can close thie one.
@otaviojava I'm going to push a sample app into jnosql-se with this feature and then I'll close it!
@otaviojava , here's the sample project that uses this feature: https://github.com/JNOSQL/demos-se/tree/main/mongodb-record I'm closing this one.
Which JNoSQL project the issue refers to?
JNoSQL (Core)
Bug description
Entities implemented as a Record class with array columns fail during the save process. The save process is executed partially, the data is stored on the database but an exception is raised breaking the execution flow.
The application sample uses MongoDB as the database. Here is the evidence with the stored data in the database:
Here's the showed exception:
JNoSQL Version
1.1.2-SNAPSHOT
Steps To Reproduce
Expected Results
It's expected to store and retrieve data from the database loading them into the record classes with array columns embedded.
Code example, screenshot, or link to a repository
No response