micronaut-projects / micronaut-projects/micronaut-data

Auto join for Kotlin

Open
#14 2 comments 0 reactions 1 assignee Claimed by @dstepanov View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.