如何自定义映射实体类型
#1185
Replies: 2 comments
-
JsonMap 尽量使用独立的 class 映射,避免冲突 class JsonEnumable |
Beta Was this translation helpful? Give feedback.
0 replies
-
尝试使用独立的类后在使用CodeFirst情况下不会生成对应数据库结构,手动创建结构后, 新增数据对应的jsonmap列还是没法添加到表中. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在postgresql上使用jsonmap发现不能工作,求助如何自定义映射实体类型.
例如:数据库配的varchar, 如何在查询时自动映射IEnumerable类型,
类似AOP中AuditValue在新增和更新时映射,查询时该如何实现
Beta Was this translation helpful? Give feedback.
All reactions