0

I am using Play framework. Can I use two ORM in the same project? I am already using Ebean and now want to use Kundera for a Cassandra purpose.

SR230
  • 253
  • 1
  • 4
  • 13

1 Answers1

0

As long as Kundera is concerned, it refers JPA libraries and doesn't override any. You may want to cross check for EBean. If that's ok then good to use both of them.

vivek mishra
  • 1,162
  • 8
  • 16