自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (1)
  • 收藏
  • 关注

hibernate中的lazy load还真麻烦

To lazily load a related class, you must configure the or association element that references the class to use lazy loading. Youmust also disable proxying for the referenced class. For example, yo...

2008-02-01 15:13:25 234

在ORM中,many-to-one和one-to-many

在ORM中,one-to-one和many-to-one都是最简单的(关键就是最后的那个[color=red][b]xx-to-one[/b][/color]),他们都表示以下的类对应关系:public class PendingOrder { private Address deliveryAddress private Restaurant restaurant;}...

2008-01-25 13:54:15 374

hibernate的初始配置

This is an example of a typical Hibernate startup procedure, in one line of code,using automatic configuration file detection:SessionFactory sessionFactory =new Configuration().configure().build...

2007-12-25 14:38:37 118

NODE自动节点需要在ACTION中手动执行leave动作

public void execute(ExecutionContext executionContext) throws Exception { log.info("###############################################"); log.info("### updating the accounting books"); l...

2007-12-06 15:23:15 171

JBPM配置文件修改稿,仅供参考,不过肯定可以用啦

最大的问题就是忘记把hibernate.cfg.xml放在\jbpm\WEB-INF\classes目录下,导致页面报找不到标签的错误。

2007-12-05 11:08:54 108

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除