Commit Graph

1748 Commits

Author SHA1 Message Date
godotg ff1fcafa2d chore[orm]: rename method 2024-06-21 18:40:32 +08:00
godotg 4dffdda93a del[orm]: remove duplicate definition method persist() and updateNow() 2024-06-21 18:38:59 +08:00
godotg 22d6ad4ee0 perf[orm]: update entity cache time when call updateNow method 2024-06-21 18:35:34 +08:00
godotg aea7afc595 Merge pull request #116 from LucaLq/main
feat[orm]: add an interface to persist the specified cache
2024-06-21 14:00:14 +08:00
luca 8e8d77065e feat[orm]: add an interface to persist the specified cache 2024-06-21 11:57:04 +08:00
godotg 6a23d888a6 chore[orm]: comment 2024-06-17 18:41:48 +08:00
godotg 97f69995e0 chore[protocol]: comment 2024-06-17 17:52:52 +08:00
godotg a8768f1920 doc[orm]: readme 2024-06-17 17:18:22 +08:00
godotg 0d2ff37e56 chore[orm]: license 2024-06-17 17:14:54 +08:00
godotg 555e41fbf8 test[orm]: base type map test 2024-06-17 17:11:25 +08:00
godotg c131d517fe chore[orm]: simplify MapCodec 2024-06-17 17:01:07 +08:00
godotg a56c4e0072 chore[orm]: simplify MapCodec 2024-06-17 16:44:14 +08:00
godotg 193eb40dbe chore[orm]: simplify MapKeyCodec method 2024-06-17 16:18:18 +08:00
godotg 1eda19e6bf Merge pull request #115 from awakeyoyoyo/main
chore[orm]: simplify the code
2024-06-17 16:09:52 +08:00
awake 4d672aed68 chore[orm]: simplify the code 2024-06-17 15:27:04 +08:00
godotg a14cf2f04d chore[orm]: simplify enum equal 2024-06-17 15:11:12 +08:00
godotg 0cafa52a9d chore[orm]: simplify the code 2024-06-17 15:05:58 +08:00
godotg 0f9f7a3574 Merge pull request #114 from awakeyoyoyo/main
support map of basic types
2024-06-17 14:44:26 +08:00
awake 7e42fb3f85 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	orm/src/main/java/com/zfoo/orm/codec/LongMapCodec.java
2024-06-17 14:32:29 +08:00
godotg fadc870078 chore[orm]: support map of basic types 2024-06-17 14:32:01 +08:00
godotg b15768f805 chore[orm]: simplify the code 2024-06-17 10:53:07 +08:00
godotg 3978e6ef12 test[orm]: map batch insert test 2024-06-17 10:43:01 +08:00
godotg f8470395d9 fix[orm]: map null value support 2024-06-17 10:36:41 +08:00
godotg f8021476e9 chore[orm]: simplify the code 2024-06-17 10:33:50 +08:00
godotg cca1a95b5a fix[orm]: map null value support 2024-06-17 10:30:59 +08:00
godotg 5652fdd3f9 perf[orm]: optimize codec registration 2024-06-14 18:52:13 +08:00
godotg 4c20ada20a perf[orm]: optimize codec registration 2024-06-14 18:01:32 +08:00
godotg 601f08792f del[orm]: remove useless code 2024-06-14 17:55:28 +08:00
godotg d964049ef7 perf[orm]: map key codec 2024-06-14 17:51:54 +08:00
godotg 6b6e653635 perf[orm]: map key codec 2024-06-14 17:49:04 +08:00
godotg 5446f8e452 perf[orm]: map type check 2024-06-14 17:05:38 +08:00
godotg adc52e11ee test[orm]: map type test 2024-06-14 17:04:02 +08:00
godotg 92f3db95cb Merge pull request #113 from awakeyoyoyo/main
feat[orm]: Fix Maps MUST have string keys
2024-06-14 15:30:40 +08:00
awake 5e1fd3d818 feat[orm]: Fix Maps MUST have string keys 2024-06-14 11:33:39 +08:00
godotg f7e6e51edd perf[event]: post exception whatever if the exceptionFunction is override or not 2024-06-12 12:38:27 +08:00
godotg 837b6d8e9d Merge pull request #112 from LucaLq/main
perf[event]: support the reimplementation of exception handling
2024-06-12 12:25:37 +08:00
luca 6e4b4f4205 perf[event]: support the reimplementation of exception handling 2024-06-12 11:49:40 +08:00
godotg 11a9af5a1e doc[doc]: update mongodb doc 2024-06-10 09:50:45 +08:00
godotg 2d5dffa8e9 ref[event]: spring like exception handler 2024-06-09 15:55:48 +08:00
godotg 3980af119c perf[event]: simple exception handle and remove unnecessary code 2024-06-07 18:55:51 +08:00
godotg 52926979b8 Merge pull request #111 from LucaLq/main
feat[net]: support xml configuration
2024-06-06 17:35:57 +08:00
luca 3b90504c02 feat[net]: support xml configuration 2024-06-06 17:23:03 +08:00
godotg 7aff4e7b72 chore[protocol]: code location 2024-06-05 17:13:17 +08:00
godotg 2ea07b7af4 Merge pull request #109 from HaoZiMc/main
fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数
2024-06-05 16:51:04 +08:00
godotg af2d67908e Merge pull request #110 from LucaLq/main
feat[event]: support exception handle for event
2024-06-05 16:50:30 +08:00
luca ab0007c54a feat[event]: support exception handle for event 2024-06-05 16:45:05 +08:00
zhou.yihao c23db9090e fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数 2024-06-05 14:55:10 +08:00
godotg 5320802bf1 fix[orm]: The primary key must be named as id, otherwise an error will occur. #issue(108) 2024-06-05 14:03:25 +08:00
godotg 985fa61b2d chore[net]: comment 2024-06-03 11:48:51 +08:00
godotg 8f0d8b1e72 chore[storage]: comment 2024-05-31 17:58:16 +08:00