You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: