RE: [Hibernate] Schema changes

2003-10-02 Thread Cameron Braid
sday, 1 October 2003 4:29 PM > To: '[EMAIL PROTECTED]' > Subject: [Hibernate] Schema changes > > > Hi... > > This may be a stupid question, but I'm struggling to find an > answer for it. I have a class called UserImpl. To this class > I want to add another

[Hibernate] Schema changes

2003-10-02 Thread Andrew Zeon
Hi... This may be a stupid question, but I'm struggling to find an answer for it. I have a class called UserImpl. To this class I want to add another variable called 'mobileNumber' of type int. Obviously, I want a corresponding column in my db table as well. I've tried adding a new instance vari

[Hibernate] Schema changes

2003-09-30 Thread Andrew Zeon
> Hi... > > This may be a stupid question, but I'm struggling to find an answer for > it. I have a class called UserImpl. To this class I want to add another > variable called 'mobileNumber' of type int. Obviously, I want a > corresponding column in my db table as well. > > I've tried adding a n