Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2.1.7
Hi there! How do I add more than one column to the @hibernate.property tag? I need to use two columns for a customtype I've created, but I didn't find a way to do it using tags.
I tried
@hibernate.property type="myclass"
column ="columnA"
column = "columnB"
but instead of creating a nested column element inside the property element it overrides the first with the second option.
Any ideas???
Thanks