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.
我一直在阅读 JPA 和 Hibernate(用于 RDBMS),我想知道我们是否可以将 JPA 与 NoSQL 数据库一起使用?我们有类似 Hibernate 的 nosql 数据库吗?
谢谢!
Spring Data 支持 MongoDB:
http://projects.spring.io/spring-data-mongodb/
Hibernate OGM 是您正在寻找的内容:http: //hibernate.org/ogm/