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

RelationalMappingContext should create entities for user-types with a custom converter [DATAJDBC-375] #600

Closed
spring-projects-issues opened this issue May 17, 2019 · 1 comment
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAJDBC-375 and commented

RelationalMappingContext should maintain mapping metadata for user-types that have custom converters registered and are considered simple types by the SimpleTypeHolder.

Coming from R2DBC, one might want to register a custom converter for read/write customization but still want to use @Table annotations or NamingStrategy in the context.

Right now, we do not create a PersistentEntity hence metadata cannot be used.

We should also consider that Dialect may also contribute simple types so we should not register mapping metadata for these types


No further details from DATAJDBC-375

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: core Issues in core support labels Dec 31, 2020
@mp911de mp911de added status: duplicate A duplicate of another issue and removed in: core Issues in core support type: enhancement A general enhancement labels Sep 13, 2023
@mp911de
Copy link
Member

mp911de commented Sep 13, 2023

Closing as duplicate of #520

@mp911de mp911de closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants