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

Support for Java Records and Builder Pattern in Eclipse JNoSQL Lite #493

Open
otaviojava opened this issue Apr 1, 2024 · 0 comments
Open

Comments

@otaviojava
Copy link
Member

Which JNoSQL project the issue refers to?

JNoSQL Extensions

Use case

Eclipse JNoSQL Lite, which currently requires entities to have a default non-argument constructor and supports Java bean standards for object mapping, is looking to expand its functionality to include support for Java Records and the Builder Pattern. This enhancement aims to facilitate the use of immutable entities and improve the creation of complex entities, making the framework more adaptable to modern Java practices.

Feature proposal

Developers need a way to create persistent entities that are defined as records. This would give them a more robust, type-safe, and concise data model method. Additionally, integrating builder pattern support would make it easier for developers to construct entity instances flexibly and straightforwardly. This update would require necessary adjustments in the framework's entity processing mechanics to accommodate these features and would be complemented by updated documentation and examples demonstrating the new capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant