Subject Re: [Firebird-Java] Simple typing question
Author Mark Rotteveel
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