Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Adding support to embedded array columns onto entities that are implemented using the Java Record feature #545

Merged
merged 6 commits into from
Aug 26, 2024

Conversation

dearrudam
Copy link
Contributor

Changes

Ref. #544

  • Adding support to embedded array columns onto entities that are implemented using the Java Record feature;

…est purposes

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
…erface and facilitate multiple test scenarios

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
…and Record Entities

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
The code changes in this commit add support for converting arrays in the `ParameterConverter` class. This allows for the conversion of arrays of entities or embedded groups. The `ARRAY` enum value is introduced to handle array conversions, and the `arrayConverter` method is added to determine if the array element type is an entity or embedded group.

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
@genie-jnosql
Copy link
Collaborator

Can one of the admins verify this patch?

@dearrudam
Copy link
Contributor Author

@otaviojava , could you review it, please?!

@otaviojava otaviojava merged commit 47b14f7 into main Aug 26, 2024
3 checks passed
@otaviojava otaviojava deleted the feature/support-array-field-parameter branch August 26, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants