micronaut-projects / micronaut-projects/micronaut-data
Auto join for Kotlin
Open
info: good first issue
type: enhancement
- Dominant language
- Java
- Stars
- 482
- Forks
- 229
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 32
Description
For example
https://github.com/micronaut-projects/micronaut-predator/blob/master/examples/example-jdbc-kotlin/src/main/kotlin/example/repositories/PetRepository.kt#L20
here `@Join` can be deduced, because `owner` in `Pet` object is not nullable, it should be passed to constructor, so we for sure need to join in order to construct the object.
Contributor guide
Assessment
This issue has not been assessed yet.