Examples of doTransactionTest()


Examples of org.g4studio.demo.online.service.DemoService.doTransactionTest()

   * @since 2011-2-30
   * @see BaseAction
   */
  public static void main(String[] args) {
    DemoService demoService = (DemoService)SpringBeanLoader.getSpringBean("demoService");
    Dto outDto = demoService.doTransactionTest();
    System.out.println("返回值:\n" + outDto);
  }

}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.