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).
- Host: GitHub
- URL: https://github.com/loiane/ibatis-handling-joins
- Owner: loiane
- Created: 2011-02-04T19:08:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-02T14:46:36.000Z (over 14 years ago)
- Last Synced: 2025-03-18T18:57:29.843Z (7 months ago)
- Language: Java
- Homepage: http://loianegroner.com
- Size: 3.16 MB
- Stars: 35
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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
MySQLPost 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)