Skip to content

Repository inheritance scan #185

Closed
wants to merge 2 commits into from

Conversation

GoodforGod
Copy link
Contributor

Features:

interface FooRepository { ... }

@Repository
abstract class AbstractFooRepository( ... ) : FooRepository, JdbcRepository { ... }

@Component
class FooService(val repo: FooRepository)

@GoodforGod GoodforGod added minor improvement Minor improvement to existing features module: database Related to module - database labels Jul 10, 2023
@GoodforGod GoodforGod requested a review from Squiry July 10, 2023 12:45
@GoodforGod GoodforGod changed the title Feature/database repository inheritance scan Repository inheritance scan Jul 10, 2023
@GoodforGod
Copy link
Contributor Author

Can't guarantee 100% scan on all rounds

@GoodforGod GoodforGod closed this Jul 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
minor improvement Minor improvement to existing features module: database Related to module - database
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@Repository generated components are not recognised by graph if their indirect parents are requested
1 participant