Top "Spring-mybatis" questions

How use PagingAndSorting with MyBatis?

I use mybatis for retriving data from the DB. But I would use the Pageable object (from spring) to have …

spring pagination mybatis spring-mybatis
MyBatis Parameter Not Found

I'm triying to calling a rest application but I get a 500 error. The problem maybe be on the MyBatis call …

java spring-mybatis
Mybatis BindingException Parameter '__frch_e_0' not found

I'm trying to insert a list to Mybatis and getting the foloowing error: org.apache.ibatis.binding.BindingException: Parameter '__…

oracle mybatis ibatis spring-mybatis
mybatis org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

I am using Spring MVC with Spring-Mybatis for performing basic CRUD operations using Annotations(@Insert, @Select etc) and getting this …

java spring spring-mvc spring-mybatis
Spring 4 + MyBatis integration issue using Java 8

I'm facing the following exception when using Java 8 (1.8.0_60), Spring 4.2.1 and MyBatis 3.3.0 Sep 29, 2015 11:02:58 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: …

java spring java-8 mybatis spring-mybatis
mybatis-spring & spring boot - Could not resolve type alias issue

I am using spring boot 1.5.4 with mybatis-spring 3.1. I am able to successfully run my application via eclipse. But when I …

spring-boot spring-mybatis
How to configure Log4j in Spring for MyBatis SQL queries?

I have the a Spring MVC project with mybatis 3.3.0 and mybatis-spring 1.2.3 and I want to configure log4j in my …

spring-mvc logging log4j mybatis spring-mybatis
MyBatis Batch Insert/Update Using Annotations

Please let me know, how to perform batch insert/update in mybatis using annotated mappers.

mybatis ibatis spring-mybatis
Error creating bean with name 'sqlSessionFactory' ... Invocation of init method failed; nested exception is java.lang.NullPointerException

I'm trying to integrate spring-mybatis in my application. I'm using spring 4.1.4 and mybatis 3.2.8 java 7 and the server is WebSphere Application …

spring mybatis spring-mybatis
Updating multiple database rows in Spring - Mybatis

I am trying to update multiple database rows. Using mybatis 3.1 and spring 3 here is my update query in mapper.xml: &…

spring-mvc mybatis spring-mybatis