3 Replies Latest reply on Apr 6, 2005 11:10 AM by epbernard

    Support for @Column length , columnDefinition ?

    elkner

      Hi,

      is there any support for @Column attributes length and columnDefinition planned?
      If so, is it possible to give a time frame ?

      Reason:
      E.g. the length for String properties seems to be ignored and is always 255 :(
      Also some legacy application require/rely on db column type NUMERIC(X,Y).
      AFAIK there is no way except the columnDefinition, to map e.g. a float to such a definition ...