Is there any way to select/update/delete dynamically using Ibatis/MyBatis?
When I say "dynamically" it means I don't want to create any POJO/DataMapper at all.
Any URL example would be welcomed.
|
|
|
Yes, just set the
This applies to MyBatis 3; I think you can do something similar in iBatis 2. |
|||||
|
|
Yes, it should be possible to build the mapping in runtime through an API, and to use Maps instead of entity classes. |
|||
|
|