Skip to content
This repository was archived by the owner on Mar 2, 2019. It is now read-only.
This repository was archived by the owner on Mar 2, 2019. It is now read-only.

Can't use and method twice after where #38

@salmanbabri

Description

@salmanbabri

For example I can do:-
... .where(clause).and(clause).build();
But I can't do :-
where(clause).and(clause).and(clause).build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions