Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在hibernate中使用单个HQL查询插入差异表?我认为它可以使用反射 API 来完成。表示动态调用方法。
经过一番谷歌搜索。
我使用反射 API 得到它。
您可以从字段名称中获取字段名称和值。
然后你可以设置这个 POJO 类的值,并调用默认的保存方法将数据插入数据库。
你明白我的意思了吗?