当你得到序列时,如何使用内存中的 sqlite 对流畅的映射进行单元测试
我的真实数据库是oracle,并且有序列(不在我的控制之下)。 我想测试内存中 sqlite 数据库的映射, 我考虑了几个选项,执行一个序列约定(如果可能),该约定仅在我使用 oracle 时才有效,使 Id 映射调用另一种方法,该方法将自行解析 id 映射,并向某人询问配置的信息数据库。
解决我的问题的最佳做法是什么?
My Real db is oracle, and has sequences(not under my control).
I wanna test the mappings with in memory sqlite db,
I thought about a few options, do a sequence conventions(if possible) that will be active only when I'm on oracle, make the Id Mapping call another method that will resolve the id mapping by it self and ask some one about the configured db.
What is the best practice for my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
GenretedBy.Native([seqName]);
Use the
GenretedBy.Native([seqName]);