jpa-unit icon indicating copy to clipboard operation
jpa-unit copied to clipboard

Implement support for Cassandra

Open dadrus opened this issue 8 years ago • 4 comments

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

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.

Cassandra seems to be supported by following JPA provider:

dadrus avatar Aug 15 '17 20:08 dadrus

Issue encountered with hibernate OGM. See OGM-1324 for details.

dadrus avatar Sep 19 '17 17:09 dadrus

Issue encountered with Datanucleus as well. See datanucleus/datanucleus-cassandra#32 for detail.

dadrus avatar Sep 19 '17 20:09 dadrus

Kundera and EclipseLink enforce additional code level dependencies making re-usage of so far used test data model impossible.

dadrus avatar Sep 19 '17 20:09 dadrus

test data models are project specific now

dadrus avatar Dec 27 '17 12:12 dadrus