acmestack / gorm-plus

Gorm-plus是基于Gorm的增强版,类似Mybatis-plus语法。Gorm-plus is based on an enhanced version of Gorm, similar to Mybatis-plus syntax.
https://github.com/acmestack/gorm-plus/wiki
Apache License 2.0
287 stars 43 forks source link

can cache ColumnNameMap? #24

Closed erlangzhang closed 1 year ago

erlangzhang commented 1 year ago

can ColumnNameMap cached for same Entity? Do not call buildColumnNameMap every time.

afumu commented 1 year ago

can ColumnNameMap cached for same Entity? Do not call buildColumnNameMap every time.

Yes, I will write it when I have time, or you can submit pr if you are interested

afumu commented 1 year ago

see this https://github.com/acmestack/gorm-plus/pull/27