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

[2.7.2] Add Support for Kotlin Value Classes #779

Closed
rowi1de opened this issue Aug 25, 2022 · 1 comment
Closed

[2.7.2] Add Support for Kotlin Value Classes #779

rowi1de opened this issue Aug 25, 2022 · 1 comment
Labels
status: duplicate A duplicate of another issue status: waiting-for-triage An issue we've not yet triaged

Comments

@rowi1de
Copy link

rowi1de commented Aug 25, 2022

@Repository
interface ValueRepository : CoroutineCrudRepository<DbValue UUID> {}

@Table("value")
class DbValue( val someValue: SomeValue )

@JvmInline
value class SomeValue(val value: String)
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 25, 2022
@rowi1de rowi1de changed the title Add Support for Kotlin Value Classes [2.7.2] Add Support for Kotlin Value Classes Aug 25, 2022
@schauder
Copy link
Contributor

Duplicate of spring-projects/spring-data-relational#1093

@schauder schauder added the status: duplicate A duplicate of another issue label Aug 29, 2022
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 status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

3 participants