Skip to content

Test fetch( getReference) and update javadoc #1893

Closed
@DavideD

Description

@DavideD

Looking at the javadoc it seems that this usecase should not be supported:

return sessionFactory.withSession(s -> s.fetch(s.getReference(Author.class, authorId))
                .chain(author -> Mutiny.fetch(author.getBooks())));

We should add a test to both test classes:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions