MyBatis is a framework for mapping objects to relational databases with an emphasis on high performance and simplicity.
I want to manage a table with a VARCHAR primary key, that in the mapped java object should be a …
mybatis typehandlerI'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-mybatisI want to create a method to dynamically create tables just passing the table name as a variable. I have …
java mysql database mybatis spring-mybatisI've been searching and I don't have this very clear. When using a MyBatis mapper, is it necessary to set …
jdbc mybatisAfter reading about Mapper XMLs I can't help to wonder how one might go about appling some common transforms to …
db2 mybatis ognlI would like to unit test my MyBatis persistence layer using an HSQL in-memory database. The real application uses an …
oracle hsqldb mybatisI am on a project that uses both Mybatis (for persisting java to database) and Mybatis Generator (to automatically generate …
mybatis mybatis-generatorThere's web project with Spring and MyBatis. I use IntelliJ IDEA for development. IDEA cannot correctly inspect MyBatis beans and …
java spring intellij-idea mybatis inspection