How can i do something like this:
SqlMapClient sqlMap = SqlMapClientBuilder.buildSqlMapClient(reader)
sqlMap.addResource("com/foo/mapping/MyMapping.xml");
Please, if is not possible, how can i modify ibatis to do this?
- Dynamic addMaps Marcelo Martins
- Re: Dynamic addMaps Nathan Maves
- Re: Dynamic addMaps Gareth Moorst
- Re: Dynamic addMaps Marcelo Martins
