[Hibernate] Problem in generate hibernate mapping and java file in generalization.

2006-11-30 Thread Dheeraj Dhiman
Good Morning Sir, Now, I m using hibernate for my project. At that time I have handled all the cases including association. But some problem in genralization of classes. I m so confused how to make mapping and java file in hibernate for my this case . The case is : --

[Hibernate] Problem while generate hibernate mapping file in generalization.

2006-11-30 Thread Dheeraj Dhiman
Good Morning Sir, Now, I m using hibernate for my project. At that time I have handled all the cases including association. But some problem in genralization of classes. I m so confused how to make mapping and java file in hibernate for my this case . The case is : --

[Hibernate] how to use hibernate.criterion.Example to ignore boolean field

2006-11-30 Thread Man-Chi Leung
I am trying to use hibernate.criterion.Example to find a User model by Example this following code will only get all users which username="myuser" & enabled="false" NOT all user regardless enabled = true or false bcos when invokes 'new User("myuser")' , user.enabled will be initialized by cons

Re: [Hibernate] Fwd: [hibernate-commits] Hibernate SVN: r10885 -branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence

2006-11-30 Thread Emmanuel Bernard
Yes it is relevant. Thanks for the fix. Max Rydahl Andersen wrote: > > I don't recall, but is our own javax.persistence src copy still relevant ? > > Just thinking if it has any value to fix stuff like the ones below ? > (shuffled javadoc) > > /max > > --- Forwarded message --- > From: [E

[Hibernate] Fwd: [hibernate-commits] Hibernate SVN: r10885 - branches/Branch_3_2/HibernateExt/ejb-api/src/javax/persistence

2006-11-30 Thread Max Rydahl Andersen
I don't recall, but is our own javax.persistence src copy still relevant ? Just thinking if it has any value to fix stuff like the ones below ? (shuffled javadoc) /max --- Forwarded message --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Subject: [hibernate-commits] Hibernate SV