How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

At what levels of database or object model complexities does JDX ORM start becoming useful?

Once you go beyond 2 tables, JDX ORM starts becoming appealing because at that point the complexity of writing and maintaining low level SQL code becomes overwhelming. Also, the following situations would greatly benefit from an ORM product like JDX:

- Complex Object structure involving relationships and inheritance
- Rapidly evolving object model where new fields and relationships are being added and modified
This discussion has been closed.