I'm evaluating the use of hibernate on top our (ugly) legacy DB.
It's Oracle 9i with lots of tables having 2-column primary keys with one of them increased by a trigger.
Plus we use custom types to avoid errors with semantically close but different numerical values with inconsistent(sometimes overlapping) naming.
I know
http://www.hibernate.org/hib_docs/v3/re ... -id-select but don't have a clue how to combine and get working
1) id + custom type
2) composite id + trigger
3) composite id + custom type + trigger
Any hint is appreciated!
Greetings,
M