Re: [hibernate-dev] one-to-one mapping

2011-04-26 Thread Emmanuel Bernard
Please use the user forum http://forum.hibernate.org This mailing list is about theHibernate projects developments. On 26 avr. 2011, at 15:51, Faraz Fallahi wrote: > hi > > im trying to create a simple one-to-one mapping in my hbm files. > For Example: > > > is in the Tutor.hbm.xml > > My

[hibernate-dev] one-to-one mapping

2011-04-26 Thread Faraz Fallahi
hi im trying to create a simple one-to-one mapping in my hbm files. For Example: is in the Tutor.hbm.xml My many to one, one to many and many to many mappings all work, but one to one doesnt. i would expect him to create me an account id column in my tutor table, but he does not. what am