-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor utility classes for improved query, JSON, and error handling:
* ParamSql updated for clearer SQL parameter structure and documentation. * CriteriaUtils extended with pagination, sorting utilities, and parameter building for dynamic SQL. * Introduced JsonException to manage JSON processing issues with detailed status messages. * Enhanced QueryJson for constructing JSON path-based queries and sorting. * BeanUtils upgraded with JSON path bean conversion, cache key gen, and advanced copying features. * RestServerException now supports custom error codes and detailed messaging. These refinements optimize data manipulation, error management, and query dynamics.
- Loading branch information
Showing
6 changed files
with
357 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.