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
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
> 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