Google News
logo
JPA - Interview Questions
Is it possible to use JPA with noSQl databases?
In general, the JPA specification says only about mapping java objects into relational database tables, but there are a number of implementations of this standard for noSql databases: Kundera, DataNucleus, ObjectDB, and a number of others. Naturally, not all specification-specific features for relational databases are transferred to nosql databases completely.
Advertisement