Top "Spring-mybatis" questions

Spring-boot with spring-mybatis - how to force it to logging all SQL queries

I have a simple spring-boot-mybatis app (keep in mind, please). Mybatis is logging SQL queries only in case of failure (…

java spring spring-boot spring-mybatis
Spring Data JPA & MyBatis

I am trying to use Spring Data JPA with MyBatis. Since there isnt a Vendor Adapter for MyBatis, what is …

java spring-data-jpa mybatis spring-mybatis
MyBatis - Mapped Statements collection already contains value for

I had the following error messages thrown when registering the mapper classes on my server startup, [artifact:mvn] 2016-05-07 11:39:21,708 […

java mybatis spring-mybatis
mapping input and output parameters with MyBatis

I am learning how to use MyBatis. Honestly I like this framework very well. It is easy to use and …

java postgresql mybatis spring-mybatis mybatis-generator
Why must the interface and xml mapper file be in same package and have the same name?

Today I was preparing an example using Spring Boot and using MyBatis for the data access communication next to Spring-MyBatis. …

java spring spring-boot mybatis spring-mybatis
Spring with MyBatis: expected single matching bean but found 2

I've been using Spring with MyBatis and it's been working really well for a single database. I ran into difficulties …

java spring spring-boot mybatis spring-mybatis
Spring Boot + Mybatis @MapperScan and SqlSessionFactory

Im developing a new app using Spring Boot. I use Mybatis for persistance. Im using Java Config for everything I …

spring-boot spring-mybatis
Creating a table programmatically using MyBatis and MySql

I want to create a method to dynamically create tables just passing the table name as a variable. I have …

java mysql database mybatis spring-mybatis
MyBatis TooManyResultsException for seemingly correct mapping

For the sake of resolving this problem I have pared down a lot of my code. I continue to get …

java mybatis spring-mybatis
MyBatis - jdbcTypeForNull Oracle

I am using MyBatis with an Oracle 11g R2 database. I am using MyBatis 3.3 with ojdbc6 12.1.0.2. My issue is whenever …

java jdbc oracle11g mybatis spring-mybatis