ObjectDB JDBC to Object compiler

#1

Hello , some products developed by JDBC ,
So we cannot use ObjectDB.

My idea is , you can make JDBC To ObjectDB wizard compiler or something like this.

You can eliminate JDBC Requests from Java Code.

It can be Intellij or Eclipse IDE plugin for ObjectDB.

 

It dedects strings and combinations like

"insert into ObjectT values('hasan','test')" to

ObjectT obj = new ObjectT("hasan","test");

em.persist(obj);

 

Or you can make a tool for that.

#2

Probably an easier way would be to implement a JDBC driver for ObjectDB, which is something that we may do in the future, but thanks for the suggestion.

ObjectDB Support

Reply