Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of iBATIS starter Program

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you a sample analysis of the iBATIS starter program. I hope you will get something after reading this article. Let's discuss it together.

Step 1 of getting started with iBATIS: author.java

Package com.ibatis; public class Author {private int id; private String name; public int getId () {return id;} public void setId (int id) {this.id = id;} public String getName () {return name;} public void setName (String name) {this.name = name;}}

Step 2 of getting started with iBATIS: author.xml

< sqlMap namespace=" Author ">

Share To

Development

© 2024 shulou.com SLNews company. All rights reserved.

12
Report