Download ibatis handling joins Free Java Code
Description
MyBatis/iBatis sample application. This sample app demonstrates how to work with advance result mapping, one to one relantionship, one to many relationship and many to many relationship using iBatis (MyBatis 3).
Source Files
The download file ibatis-handling-joins-master.zip has the following entries.
.classpath// w ww. j a v a 2s .c o m
.project
.settings/org.eclipse.jdt.core.prefs
lib/junit-4.8.2.jar
lib/mybatis-3.0.3.jar
lib/mysql-connector-java-5.1.12-bin.jar
readme
sql/script.sql
src/SqlMapConfig.xml
src/com/loiane/dao/BlogAnnotationDAO.java
src/com/loiane/dao/BlogDAO.java
src/com/loiane/dao/MyBatisConnectionFactory.java
src/com/loiane/data/Blog.xml
src/com/loiane/data/BlogBestPractice.xml
src/com/loiane/data/BlogMapper.java
src/com/loiane/model/Author.java
src/com/loiane/model/Blog.java
src/com/loiane/model/Post.java
src/com/loiane/model/Tag.java
test/com/loiane/test/TestBlogAnnotationDAO.java
test/com/loiane/test/TestBlogDAO.java
Download
Click the following link to download ibatis-handling-joins-master.zip.
ibatis-handling-joins-master.zip