Is it possible to define a <many-to-one> mapping in a <hibernate-mapping> if you don't have any foreign key constraints defined? I currently do not and I can't find an example of a <many-to-one> with no foreign key constraints? Anyone have an example they can point me to?
--Joe


Reply With Quote