An open API service indexing awesome lists of open source software.

https://github.com/loiane/ibatis-handling-joins

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).
https://github.com/loiane/ibatis-handling-joins

Last synced: 7 months ago
JSON representation

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).

Awesome Lists containing this project

README

          

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).

To run the tests, just run the class inside the com.loiane.test.* package (JUnit)

All libs/jars included.

Please run the scrip inside sql/script.sql

Tools used to implement this project:
Eclipse IDE - Java project
MySQL

Post URL explaning this project step-by-step:
Enhlish: http://loianegroner.com/2011/03/ibatis-mybatis-handling-joins-advanced-result-mapping-association-collections-n1-select-problem/
Portuguese-Brazil: http://www.loiane.com/2011/03/ibatis-mybatis-joins-result-mapping-avancados-association-collections-problema-do-select-n1/

Loiane Groner
http://loianegroner.com (English)
http://loiane.com (Portuguese)