I want to replace the javax.persistence.EntityManager implementation

Tug thanks,
“Easier” Well if all I wanted to do was learn Couchbase, yes. But I have already learned enough and done POC to know I want to migrate to Couchbase and away from jpa/Hibernate.

So I have a bunch of applications that already have jpa/hibernate and the classes already use the javax.persistence.EntityManager interface. So “Easier” means if I write my own extended EntityManager then I can replace the jpa/hibernate with my couchbase EntityManager without changing any or at least no much in my code for all those applications that use jpa/entitymanager today.

Ollie