Commit Graph

235 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
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 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 fadc870078 chore[orm]: support map of basic types 2024-06-17 14:32:01 +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
awake 5e1fd3d818 feat[orm]: Fix Maps MUST have string keys 2024-06-14 11:33:39 +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 f2dfb1433a perf[orm]: authSource judgement 2024-05-30 19:22:22 +08:00
godotg f7a9550363 fix[orm]: authSource not parse in xml 2024-05-30 19:19:39 +08:00
lsy 751cb249b7 修复被CGLIB代理时 直接赋值无效 2024-05-29 18:31:26 +08:00
godotg cc27c41722 perf[orm]: load or create method 2024-05-29 15:39:36 +08:00
awake 8dfc772d89 Merge remote-tracking branch 'origin/main' 2024-05-23 17:06:17 +08:00
godotg 63f5de364e test[orm]: entity cache test 2024-05-23 17:01:40 +08:00
awake 83c978e483 feat[orm]: add loadAndInit method 2024-05-23 16:36:36 +08:00
godotg d676fd0dff chore[orm]: comment 2024-05-23 15:05:13 +08:00
godotg 07d1b170d5 chore[orm]: comment 2024-05-23 10:49:33 +08:00
godotg 3b9cd7b47a perf[orm]: entity empty judgement 2024-05-23 10:45:19 +08:00
godotg ab93891b95 doc[orm]: update doc 2024-05-15 15:19:50 +08:00
godotg 78a7a214dd revert[orm]: export MongoDatabase method 2024-05-15 15:04:09 +08:00
godotg d0033d78c9 perf[orm]: export MongoDatabase method 2024-05-15 14:59:32 +08:00
godotg 82b02d6605 perf[orm]: shutdown orm gracefully 2024-05-14 14:36:20 +08:00
luca 662ab99ceb feat[orm]:the @Id annotation supports the ObjectId type 2024-05-14 10:06:42 +08:00
godotg d882cb021e chore[version]: update version 2024-05-08 22:49:38 +08:00
luca f70331a475 feat[orm]: mongo authentication database can be configured 2024-05-07 10:22:12 +08:00
godotg 76c20ff026 ref[event]: rename 2024-04-10 19:38:26 +08:00
godotg 966fe14d89 revert[event]: revert vent 2024-04-10 19:27:07 +08:00
godotg 070000fbe4 feat[event]: do not init event executors when not use AsyncThread 2024-04-10 18:05:00 +08:00
godotg 2ab34818e5 perf[cache]: remove listener in eventbus 2024-03-26 14:12:35 +08:00