Skip to content

GatsbyNewton/learning-mybatis

Repository files navigation

learning-mybatis

Learning MyBatis

Description

annotation module

Use MyBatis with annotation.

configuration module

Use MyBatis with XML configuration files.

optimized-config

Optimize MyBatis config

mapping-table

Solve conflict that the names of table columns aren't same as the names of Java POJO.

dynamic-sql

Solve the dynamic SQL with MyBatis

table-association

Show the relationship between tables: one-to-one and one-to-many.

About

Learning MyBatis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages