karishma-tirthani / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

JDBC Producer #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Include a producer implementation as part of the odata4j distribution backed by 
jdbc only - i.e. expose db entities (tables,views,sps) directly as odata 
entities without the additional layer of JPA.

Although one could argue this goes against the spirit of the odata entity 
model, it would be extremely useful for very simple database models and lower 
the barrier of entry for some.

Original issue reported on code.google.com by john.spurlock on 8 Mar 2011 at 3:58

GoogleCodeExporter commented 8 years ago
SQL Server 2000 R4 / jtds-1.2.4
SQL Server 2008 R2 / jtds-1.2.4
Oracle 11g 11.1.0.1.0 / ojdbc6
H2 1.3 / org.h2.Driver 1.3

Original comment by john.spurlock on 18 Dec 2011 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by john.spurlock on 1 Mar 2012 at 1:10

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi John,

I see this feature is for Milestone 0.7, is it still on schedule?

Original comment by jose.cha...@gmail.com on 16 Jun 2012 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by john.spurlock on 9 Jul 2012 at 12:09

GoogleCodeExporter commented 8 years ago
Hi John,

is there something started already on that feature? I was about to start doing 
something like that when I saw that mention on the roadmap... if this i still 
on the agenda maybe we could help in getting implementing instead of starting 
from scratch.

Regards,
Marian

Original comment by marian....@gmail.com on 27 Jul 2013 at 5:22

GoogleCodeExporter commented 8 years ago
I technically have in development a working JDBC producer that implements full 
CRUD, $skip, $top, $count. Would be interested in contributing them back to 
odata4j. just let me know.

cheers

Original comment by chard...@gmail.com on 4 Nov 2013 at 5:53