webapp
webapp copied to clipboard
refactor: Improve LetterSoundDaoJpa#read
The read(List<Letter> letters, List<Sound> sounds) in the LetterSoundDaoJpa is really time-consuming, which causes developers to wait a long time every time the webapp launches (see DbContentImportHelper).
To improve the developer experience, refactor this method to use less iterations/loops.