ORMLite: How to join two tables without foreign key

筅森魡賤 提交于 2019-12-01 11:24:27

Unfortunately the short answer is "not at this time". You can certainly use the raw query functionality to support this:

http://ormlite.com/docs/raw-queries

Edit:

This has [finally] been added ORMLite. It has been checked into trunk and will be in version 4.49. Here's the check-in on github:

https://github.com/j256/ormlite-core/commit/b37914d76fbbbbbc70d473be1cf1b6de19b847f5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!