mybatis / generator

A code generator for MyBatis.
http://www.mybatis.org/generator/
5.28k stars 2.52k forks source link

Why is the dynamic where clause class named 'example'? #1215

Closed sanmey closed 1 month ago

sanmey commented 1 month ago

Why is the dynamic where clause class named 'example'? it sounds like a demo.

jeffgbutler commented 1 month ago

It was a nod to "Query By Example" (https://en.wikipedia.org/wiki/Query_by_Example).

sanmey commented 1 month ago

thanks very much