Hi,
we've been using sculptor with JPA/Hibernate for our project with version 3.0.6 and we tried upgrading sculptor (and all related libraries) to 3.1.0, but we met some problems, that can be summarized in the missing annotations @Type and @Enumerated in the generated domain classes, Even with a custom type declared in the sculptor-generator.properties (with the respective javaType and hibernateType entries) that was working in 3.0.6 now we're missing the @Type annotation from the generated property. We fixed the @Type problem by declaring a @TypeDef annotation at the package level, but now we are suffering from the problem with enums, with our database with data stored as strings but the updated generated domain classes that tries to query and save them as enum ordinals. Is there something we missed when we upgraded sculptor? We just changed the sculptor and related libraries versions in the pom.xml and rebuilt the generated code (and fixed the following problems with upgraded spring and hibernate mostly).
Thanks for your help.