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

Add support for working with List<CustomType> #481

Closed
jesse-gallagher opened this issue Oct 20, 2023 · 0 comments
Closed

Add support for working with List<CustomType> #481

jesse-gallagher opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request json JSON-P and JSON-B nosql
Milestone

Comments

@jesse-gallagher
Copy link
Member

Currently, this results in "the type CustomType is not supported yet":

@Column("CustomTypeArray")
@ItemStorage(type=ItemStorage.Type.JSON)
private List<CustomType> customTypeArray;
@jesse-gallagher jesse-gallagher added enhancement New feature or request nosql json JSON-P and JSON-B labels Oct 20, 2023
@jesse-gallagher jesse-gallagher added this to the 2.16.0 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request json JSON-P and JSON-B nosql
Projects
None yet
Development

No branches or pull requests

1 participant