|
|
|
|
|
by watwut
27 days ago
|
|
I find the 1, 2 and 3 to be complete non issues. As in, they dont exist as issues for hibernate. If you feel like particulat query is oh so difficult, you can always use sql for that one part. 4 is in the "like so what" category. 5 - it optimizes alright for average case. You have to optimize in edge cases, but then again, you have to optimize edge cases with pure sql too. 6 - no I dont want much inheritance in db whether i am using pure sql or orm. |
|