闪闪身影

文章
1
资源
0
加入时间
2年10月24天

Mybatis延迟加载机制

Mybatis延迟加载机制--à 效率蛮高 @Test   public void testFindById() {      OrderType ot = new OrderType();      try {        ot = otd.findById(1);//      System.out.println(ot.getFlowList().size())...