FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM/src/main/java/apijson/orm/Parser.java - Tencent/APIJSON · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Tencent
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
238
Pull requests
3
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
src
main
java
apijson
orm
Parser.java
on
master
User selector
Datepicker
Commit history
Commits on Jul 8, 2025
腾讯开源主体公司 THL A29 Limited 改为 Tencent,并在 LICENSE 头部说明变更、依赖说明移除 8.0 起不再依赖的 fastjson
TommyLemon
committed
b728ae1
View commit details
Copy full SHA for b728ae1
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
解决 Demo 注册接口调用报错 parser.newSuccessResult 及 connectionMap.get 报错 NPE
TommyLemon
committed
2ef0657
View commit details
Copy full SHA for 2ef0657
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
完善和优化 JSON 处理,解决 fastjson 等 JSON 库自动序列化 AbstractSQLConfig.getSetString 等方法抛异常;优化代码
TommyLemon
committed
42ca342
View commit details
Copy full SHA for 42ca342
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
解决 JOIN 报错 JSON 转换类型不匹配
TommyLemon
committed
e5001aa
View commit details
Copy full SHA for e5001aa
View code at this point
Browse repository at this point
所有流程类都统一JSON 的序列化和反序列化,避免转换报错 cannot cast apijson.JSONObject to com.alibaba.fastjson.JSONObject 等
TommyLemon
committed
ae023cb
View commit details
Copy full SHA for ae023cb
View code at this point
Browse repository at this point
完善 JSON 处理,所有流程类都实现默认 JSON 的序列化和反序列化
TommyLemon
committed
7ef7b26
View commit details
Copy full SHA for 7ef7b26
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
去除 fastjson,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代
TommyLemon
committed
6712e96
View commit details
Copy full SHA for 6712e96
View code at this point
Browse repository at this point
Commits on Feb 21, 2025
新增 @catalog 指定数据库目录,完善 @namespace 和 @catalog 全局关键词及 JOIN 处理,优化代码
TommyLemon
committed
a4108de
View commit details
Copy full SHA for a4108de
View code at this point
Browse repository at this point
Commits on Feb 1, 2025
解决 SQL JOIN 在一对多或多对多时返回单独查询的重复副表数据,而不是 SQL 结果集里的副表数据
TommyLemon
committed
2f5d947
View commit details
Copy full SHA for 2f5d947
View code at this point
Browse repository at this point
Commits on Dec 8, 2024
新增支持分页页码 page 从 1 开始
TommyLemon
committed
2b6a2a9
View commit details
Copy full SHA for 2b6a2a9
View code at this point
Browse repository at this point
Commits on Sep 9, 2023
主键类型相关代码全面使用泛型;删除 @Deprecated 代码
TommyLemon
committed
72524b2
View commit details
Copy full SHA for 72524b2
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
远程函数:支持自动且智能解析参数值,兼容 `key`, 'value' 指定键值格式;@raw 支持远程函数和存储过程
TommyLemon
committed
edd8570
View commit details
Copy full SHA for edd8570
View code at this point
Browse repository at this point
Commits on May 1, 2022
优化 SQL 执行缓存;优化主键泛型;部分常量改为可自定义静态变量;解决高并发下 id 冲突导致新增记录失败等
TommyLemon
committed
8df36e2
View commit details
Copy full SHA for 8df36e2
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
拼错单词 globle 纠正为 global
TommyLemon
committed
d7c3115
View commit details
Copy full SHA for d7c3115
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
Parser 移除没必要的方法 parseCorrectResponse
TommyLemon
committed
47961e3
View commit details
Copy full SHA for 47961e3
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
重构 enum RequestRole 为 String 方便用户自定义扩展;删除部分已废弃的方法
TommyLemon
committed
5c682cb
View commit details
Copy full SHA for 5c682cb
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
新增datasource关键字
iceewei
committed
b39dda6
View commit details
Copy full SHA for b39dda6
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
【性能】通过缓存及复用数组主表 ObjectParser 来大幅提升查询数组的性能
TommyLemon
committed
a406242
View commit details
Copy full SHA for a406242
View code at this point
Browse repository at this point
Commits on Dec 26, 2020
通过缓存 Request 校验规则来大幅提升增删改等非开放请求的性能;解决 关闭权限验证情况下批量新增、批量修改依然会验证权限 https://github.com/Tencent/APIJSON/issues/164
TommyLemon
committed
22ed7cc
View commit details
Copy full SHA for 22ed7cc
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
所有代码文件版权归属改为腾讯公司 THL A29 Limited
TommyLemon
committed
b249994
View commit details
Copy full SHA for b249994
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Demo 工程迁移到 APIJSON-Demo 项目;APIJSONORM 和 APIJSONFramework 迁移到最外层;调整文档中的链接
TommyLemon
committed
91255da
View commit details
Copy full SHA for 91255da
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL