0 Replies Latest reply on May 26, 2005 5:03 AM by shmendrick

    @Column Annotation problems

    shmendrick

      Hi,
      I'm using jboss4.0.1sp1 with ejb3 preview5 with MS SQL.I'm trying to change the default DB column name with the @Column annotation set on the getter method of the memmber -
      @Column(name = "FILE_TYPE")
      public String getTypeFile()
      {
      return typeFile;
      }


      But it didn't works.Does anybody know anything about that?