mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-24 02:25:37 +00:00
chore[orm]: comment
This commit is contained in:
@@ -20,6 +20,9 @@ import org.bson.codecs.pojo.TypeWithTypeParameters;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* MongoDB官方驱动Map的key只能为String,为了支持key为其它基础类型的Map有了MapCodecProvider
|
||||
* java的8种基础类型目前全部支持(char,boolean,byte,short,int,long,float,double)
|
||||
*
|
||||
* @Author:lqh
|
||||
* @Date:2024/6/14 10:23
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user