Lambert Rao

Results 5 comments of Lambert Rao

Thank you for your reply, @harawata, here's the example in `Mapper` file: ```java @Sql(id="userColumns",value="${alias}.id,${alias}.username,${alias}.password") Integer sqlStatement(); @Select("select from user_table where uid=#{userId}") List getUserInfo(@Param("alias") User userEntity, String userId); @Select("select from user_table...

Thanks, My idea is that, I found it not convenient when I want to reuse some sql statement , for example, the tablename. if I changed the tablename, I have...

@HuaJFrame Please look at this eample, this is how I define string: ```java static String TABLE_SQL = "user_info"; static String INSERT_SQL = "insert into " + TABLE_SQL; static String SELECT_SQL...

Okay, thanks for your reply, @harawata. I'm sorry to disturb you again, but we do need this feature for reasons: 1. Annotation is much easier to use than XML, I...

使用的是最新版的`Typora`和主题,且在暗色模式下没有出现问题,我使用的是`manjaro linux`,有可能是系统问题