mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
332 stars 91 forks source link

can't resolve two pice of mybatis file with a resultMap id in a namespace? #91

Closed wttzxc closed 5 years ago

harawata commented 5 years ago

I'm not sure what you mean. Please post an example.

913396391qq commented 5 years ago

class userService{ userDao.select(); // can not jump into xml of sql }

interface userDao{ select(); // but here, can jump into xml of sql } use eclipse 4.5,can you reply it thanks

harawata commented 5 years ago

@913396391qq , With that information, all I can say is 'it should work'. :) And your problem looks different than the original report. Please create a new issue with the details instead of adding a comment on an irrelevant issue.

I'll close this because there is not enough information to proceed. Remember, to fix a problem, we need to reproduce it first.