org.hibernate.MappingException: Could not determine type for: java.util.Set
ejb关系映射和spring+hibernate真差不多,就是ejb开发调试有点不便。。
用ejb关系映射时候出现异常:org.hibernate.MappingException: Could not determine type for: java.util.Set
一、检出双向关联的注释是否正确
public class Class
{
private Set books = new
原创
2013-05-29 02:01:16 ·
9406 阅读 ·
1 评论