|
|
|
iBatis
|
iBatis ResultMap example
If you are working with iBatis Result Map then you must know that iBatis result maps are used to provide mapping between the result of database query and object properties of it. And it is the most common and important feature of iBatis.
View Rating |
|
|
iBatis
|
iBatis Deletion Tutorial
I hope you have completely understood how to insert and show data from database in the previous examples. So in this example you will learn how to delete the data from database using iBatis.
View Rating |
|
|