Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 2, 2024
1 parent 5eb150c commit 5aa6530
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
import static java.util.Collections.emptyList;

/**
* A mapping implementation of {@link SelectQuery}
* This record represents a mapping implementation of the {@link SelectQuery} interface.
* It encapsulates information about sorting, limit, skip, criteria condition, and the entity name.
*/
public record MappingQuery(List<Sort<?>> sorts, long limit, long skip, CriteriaCondition criteriaCondition, String entity)
implements SelectQuery {
Expand Down

0 comments on commit 5aa6530

Please sign in to comment.