mybatis / mybatipse

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

Class/TypeAlias 'byte[]' not found. #24

Closed jacarrichan closed 9 years ago

jacarrichan commented 9 years ago

When i configure 'javaType="byte[]"' for result element , The plugin mention me that's error message [Class/TypeAlias 'byte[]' not found] But the mybatis.jar has provide the typeAlias of "byte[]".

image