Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
67 views

OJB ReportQuery join question

Given three tables: People: {Person_Id, Age} Accounts: {Account_Id, Person_Id, Account_Type} Age_Ranges: {Age_Range_Id, Age_Range_Label, Lower_Bound, Upper_Bound} I'm trying to represent the ...
1
vote
1answer
608 views

OJB Reference Descriptor 1:0 relationship? Should I set auto-retrieve to false?

I am having an issue while using Apache OJB with Spring 2 inside my web app. I'm using OJB reference-descriptor with 2 foreign key properties. I have an object A (parent) and object B (referenced ...
0
votes
1answer
120 views

OJB / Oracle XE sql debug-display problem

I have a Java application, and use OJB as my ORM technology. I have an Oracle XE installation locally to develop against. The problem is when I need to debug a problem, I like looking at the SQL ...