Subject | Re: [Firebird-Java] Simple typing question |
---|---|
Author | Mark Rotteveel |
Post date | 2010-07-11T12:18:39Z |
On 11-7-2010 12:15, Yves Glodt wrote:
the source of your problem.
--
Mark Rotteveel
> Hi Mark,I BTW am not sure if using a Double as an Id column is wise. It could be
>
> 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;
the source of your problem.
--
Mark Rotteveel