Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feature] join supports on condition #116

@zdu-strong

Description

@zdu-strong

I hope join supports custom on conditions, because it can get faster speed than where conditions.

 public <U> JPAJinqStream<Pair<T, U>> join(
       JinqStream.JoinWithSource<T, U> join,
       JinqStream.WhereForOn<T, U> on);

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions