Commit Graph

257 Commits

Author SHA1 Message Date
godotg 4e50f8b2b0 chore[entity]: comment 2024-06-26 17:57:27 +08:00
godotg 58f484fd5c feat[entity]: entity without @EntityCache annotation is allowed 2024-06-26 17:50:25 +08:00
godotg f48e977283 chore[orm]: delete unnecessary try/catch in persistAllAndCompare 2024-06-26 13:02:47 +08:00
godotg 982e123e87 fix[orm]: cache cannot be persisted when closed application 2024-06-26 12:50:33 +08:00
godotg 4067c9c07d fix[orm]: interface judgement 2024-06-25 15:40:12 +08:00
godotg 5f14eeae83 perf[orm]: thread safe entity 2024-06-25 15:05:08 +08:00
godotg 8705e28f60 perf[orm]: unsafe collection persist batch size 2024-06-25 14:50:23 +08:00
godotg 79ac7f436e chore[orm]: comment 2024-06-25 14:13:20 +08:00
godotg 5fa6f65c63 chore[orm]: comment 2024-06-25 13:57:53 +08:00
godotg e2747177e2 fix[orm]: unsafe collection check 2024-06-25 13:06:37 +08:00
godotg facea30fb5 chore[orm]: comment 2024-06-25 12:55:11 +08:00
godotg 82b8e6211b test[orm]: persist test 2024-06-25 12:47:49 +08:00
godotg ddd292b6d2 ref[orm]: persist entity in same update thread 2024-06-25 12:44:21 +08:00
godotg c3e275a788 test[orm]: delete useless annotation 2024-06-24 18:00:51 +08:00
godotg bf7d963296 feat[orm]: persist the entity of the specified key 2024-06-24 17:55:08 +08:00
godotg 568c3c4c8a feat[orm]: persist the entity of the specified key 2024-06-24 17:44:22 +08:00
godotg e82f3b3a1c perf[orm]: concurrent collection check 2024-06-24 17:36:44 +08:00
godotg 6d1fc56a85 perf[orm]: concurrent collection check 2024-06-24 17:31:29 +08:00
awake 0ca1c9d78f perf[orm]: fix private id 2024-06-24 15:07:35 +08:00
awake c5b92d5171 perf[orm]: Rewrite collection declaration type check & Support deserialization into thread safe classes 2024-06-24 14:56:09 +08:00
godotg 82b06b7c03 test[orm]: list test 2024-06-24 10:37:14 +08:00
godotg 117e4388ce chore[orm]: rename local variable 2024-06-21 18:41:44 +08:00
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