浏览 4044 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-10-18
如何用hibernate annotation实现映射? 谢谢 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-10-19
hbcui1984 写道 database:mysql
@Lob
如何用hibernate annotation实现映射? 谢谢 public String getFullText() { return fullText; } |
|
返回顶楼 | |
发表时间:2007-10-24
pupi 写道 hbcui1984 写道 database:mysql
@Lob
如何用hibernate annotation实现映射? 谢谢 public String getFullText() { return fullText; } 谢谢 |
|
返回顶楼 | |
发表时间:2008-04-18
@Lob
在mysql下以text处理 好像只有64K |
|
返回顶楼 | |
发表时间:2008-04-18
可以看我的博客。上面对Hibernate处理LOB做了说明。annotation只是把配置从XML该到了类里没什么不一样的。http://wlmouse.iteye.com/blog/118730
http://wlmouse.iteye.com/blog/158040 |
|
返回顶楼 | |