1. 程式人生 > >Mybatis-no getter for property named 'col_name' in 'class com.xxx.onebean'

Mybatis-no getter for property named 'col_name' in 'class com.xxx.onebean'

body bean 意思 可能 ati property bat post 方法

Mybatis中出現該異常

There is no getter for property named ‘col_name‘ in ‘class com.xxx.onebean

意思是onebean這個實體中沒有變量col_name的getter方法。這種情況可能使:

1.真的沒有加getter方法

2.entityMapper.xml中應該使用#{實體類變量名},而不是#{數據庫列名}。

Mybatis-no getter for property named 'col_name' in 'class com.xxx.onebean'