对于hibernate ogm和hibernate orm一起查询?

时间:2015-07-17 09:49:44

标签: mysql mongodb hibernate postgresql hibernate-ogm

我测试不同的数据库,到目前为止有mysql,postgresql和mongoDB。 我写了一个insert方法,我可以用于所有三个数据库。 但到目前为止,我还没有找到任何方法来编写一个函数,该函数从包含所有三个数据库的表/集合中读取所有现有数据。 到目前为止,我使用了hibernate搜索,这只适用于mongoDB。

是否有人知道编写该通用查询的示例代码或一些提示?

提前致谢:)

0 个答案:

没有答案