j256 / ormlite-core

Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
http://ormlite.com/
ISC License
577 stars 212 forks source link

Setup unmodifiable TableInfo.fieldNameMap in constructor #231

Closed dlew closed 2 years ago

dlew commented 2 years ago

The goal is to avoid any chance of concurrency issues that might otherwise pop up if constructing fieldNameMap on demand in getFieldTypeByColumnName().

Hopefully fixes #229.