dadrus / jpa-unit

JUnit extension to test javax.persistence entities
Apache License 2.0
29 stars 9 forks source link

Implement support for MongoDB #12

Closed dadrus closed 7 years ago

dadrus commented 7 years ago

Implement an extension to JPA-Unit which supports all the JPA-Unit tools with MongoDB.

The idea is to be able to use JPA providers, which support NoSQL databases, thus to be able to reuse (to a certain extent) existing code and test implementation when switching between different data base types or when using different types of data bases (polyglot persistence) in one project.