Subject Re: [Firebird-Java] Simple typing question
Author Yves Glodt
I am aware of this... I would really prefer an int. Unfortunately it's a
huge prod. database which an not be changed... :-(

Thanks for your suggestion in the previous mail, I will try an evening (at
home).

Best regards,
Yves

On 11 July 2010 14:18, Mark Rotteveel <Avalanche1979@...> wrote:

> On 11-7-2010 12:15, Yves Glodt wrote:
> > Hi Mark,
> >
> > here the column definition:
> >
> > SQL> show table intervention_ligne;
> > ...
> > NO_INTERVENTION (TDOUBLENN) DOUBLE PRECISION Not Null
> >
> >
> > The relevant part of the annotated class looks like this:
> >
> > @Id
> > @Column(name = "NO_INTERVENTION", nullable = false)
> > private Double noIntervention;
>
> I BTW am not sure if using a Double as an Id column is wise. It could be
> the source of your problem.
>
> --
> Mark Rotteveel
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>


[Non-text portions of this message have been removed]