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.
I would like to create a generic ibatis enum mapper.I understand I need to create a typeHandler like
typeHandler javaType="Color" callback="TypeHandler"/
my problem is I do not want to create a separate ...