Re: difficult object relational mapping
Joshua Paine <[email protected]> Wed, 05 Mar 2008 16:49:08 -0500
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Breton Slivka wrote: > A simpler way you might do it... As you say, this probably wouldn't be outrageously slow, but it would mean that the collection wasn't ordered correctly and you'd have to work with it differently from any other collections in the app. Slightly faster to implement, perhaps (if you're not quick with writing database triggers), but the added inconsistency in the app would not be worth it IMO.