如何访问 hibernate spring 中的特定模式?
我使用 Hibernate-Spring,我试图访问数据库中的特定模式,但不知道如何访问。表的名称并不能解决问题。我希望注释能有所帮助,但到目前为止还没有。注意:我并不是要创建模式,我只是想访问它。我用的是Spring 2.5。
I use Hibernate-Spring and I am trying to access a specific schema in a db but don't know how. The name of the table is not doing the trick. I was hoping that annotation would help be but it hasn't so far. Note: I am not trying to create a schema, I just want to access it. I use Spring 2.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在映射中设置架构:
或使用默认值:
Set schema in your mappings:
or use default: