Hibernat org.hibernate.MappingException: Could not determine type for: java.util.Set

    注解配置对象关联关系映射时候出现异常:org.hibernate.MappingException: Could not determine type for: java.util.Set?

     解决 1)检出双向关联的注释是否正确

         2)检查@注释的位置:要么都在属性名上,要么都在 getter方法上!!


你可能感兴趣的:(Hibernat org.hibernate.MappingException: Could not determine type for: java.util.Set)